Skip to content

Commit 133d9e1

Browse files
committed
test: updated ubuntu version
1 parent 12e7538 commit 133d9e1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/basic.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66

77
shellcheck:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-24.04
99
if: github.event_name != 'push' || github.repository == 'DIRACGrid/DIRAC'
1010
timeout-minutes: 10
1111

@@ -16,7 +16,7 @@ jobs:
1616
find tests/CI -name '*.sh' -print0 | xargs -0 -n1 shellcheck --external-sources;
1717
1818
pycodestyle:
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
if: github.event_name != 'push' || github.repository == 'DIRACGrid/Pilot'
2121
timeout-minutes: 10
2222

@@ -46,7 +46,7 @@ jobs:
4646

4747

4848
pytest:
49-
runs-on: ubuntu-20.04
49+
runs-on: ubuntu-24.04
5050
if: github.event_name != 'push' || github.repository == 'DIRACGrid/Pilot'
5151
timeout-minutes: 10
5252

@@ -70,7 +70,7 @@ jobs:
7070

7171

7272
pylint:
73-
runs-on: ubuntu-20.04
73+
runs-on: ubuntu-24.04
7474
if: github.event_name != 'push' || github.repository == 'DIRACGrid/Pilot'
7575
timeout-minutes: 10
7676

0 commit comments

Comments
 (0)