File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ on: [push, pull_request]
55jobs :
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
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
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
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
You can’t perform that action at this time.
0 commit comments