Compare commits

...

3 commits

Author SHA1 Message Date
pre-commit-ci[bot]
f5e011b918
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.1...v0.9.7)
2025-02-24 20:25:00 +00:00
61b7114c64
Merge pull request #130 from jepler/ci-ubuntu-24
run CI on ubuntu 24.04
2025-02-11 12:33:36 -06:00
956b9a261f run CI on ubuntu 24.04 2025-02-11 12:29:45 -06:00
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ on:
jobs:
update-dut1:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
if: startswith(github.repository, 'jepler/')
steps:

View file

@ -11,7 +11,7 @@ on:
jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Dump GitHub context
env:

View file

@ -21,7 +21,7 @@ repos:
- id: reuse
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.1
rev: v0.9.7
hooks:
# Run the linter.
- id: ruff