Skip to content

Commit 96bf247

Browse files
chore: use ubuntu 24.04
1 parent 6f84b35 commit 96bf247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88

99
jobs:
1010
run-py-linter:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
matrix:
1414
python-version: [3.10.13]
@@ -33,7 +33,7 @@ jobs:
3333

3434
run-py-tests:
3535
needs: run-py-linter
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
matrix:
3939
python-version:

0 commit comments

Comments
 (0)