Skip to content

Commit fb93d14

Browse files
committed
all: updated to run on ubuntu-latest (24.04)
Signed-off-by: Tamas Pal <folti@balabit.com>
1 parent 9323a9b commit fb93d14

File tree

4 files changed

+200
-275
lines changed

4 files changed

+200
-275
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-22.04
9+
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
1212
python-version:
@@ -46,7 +46,7 @@ jobs:
4646
grep source out.txt
4747
4848
linters:
49-
runs-on: ubuntu-22.04
49+
runs-on: ubuntu-latest
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-22.04
19+
runs-on: ubuntu-latest
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:

0 commit comments

Comments
 (0)