Skip to content

Commit

Permalink
Merge pull request #772 from hacklschorsch/764.fix-ci
Browse files Browse the repository at this point in the history
Fix CI bitrot
  • Loading branch information
meejah authored Mar 6, 2025
2 parents 649d237 + 318df41 commit 3941342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codechecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version:
- "3.9"
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out source code
uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os:
- runs-on: ubuntu-22.04
- runs-on: ubuntu-24.04
python-version:
- "3.9"
- "3.10"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
strategy:
matrix:
os:
- runs-on: ubuntu-22.04
- runs-on: ubuntu-24.04
python-version:
- "3.9"
tahoe-version:
Expand Down
Empty file added newsfragments/764.minor
Empty file.

0 comments on commit 3941342

Please sign in to comment.