Skip to content

Commit 3941342

Browse files
authored
Merge pull request #772 from hacklschorsch/764.fix-ci
Fix CI bitrot
2 parents 649d237 + 318df41 commit 3941342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codechecks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version:
1414
- "3.9"
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Check out source code
1818
uses: actions/checkout@v2

.github/workflows/linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os:
14-
- runs-on: ubuntu-22.04
14+
- runs-on: ubuntu-24.04
1515
python-version:
1616
- "3.9"
1717
- "3.10"
@@ -101,7 +101,7 @@ jobs:
101101
strategy:
102102
matrix:
103103
os:
104-
- runs-on: ubuntu-22.04
104+
- runs-on: ubuntu-24.04
105105
python-version:
106106
- "3.9"
107107
tahoe-version:

newsfragments/764.minor

Whitespace-only changes.

0 commit comments

Comments
 (0)