Skip to content

Commit 3bdd70f

Browse files
committed
actions: Workflows run on Ubuntu 22.04, as 24.04's Python is too new for pylint 2.x
Signed-off-by: Tamas Pal <[email protected]>
1 parent d1e087b commit 3bdd70f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
tests:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
1212
python-version:
@@ -46,7 +46,7 @@ jobs:
4646
grep source out.txt
4747
4848
linters:
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-22.04
5050
steps:
5151
- name: Checkout source
5252
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
release:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:

0 commit comments

Comments
 (0)