Commit c32929a 1 parent 0e18690 commit c32929a Copy full SHA for c32929a
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
29
29
jobs :
30
30
tests :
31
- runs-on : ubuntu-latest
31
+ runs-on : ubuntu-22.04
32
32
strategy :
33
33
fail-fast : false
34
34
matrix :
@@ -140,7 +140,7 @@ jobs:
140
140
# Master branch only
141
141
if : ${{ github.repository == 'openactive/openactive-test-suite' && github.ref == 'refs/heads/master' }}
142
142
143
- runs-on : ubuntu-latest
143
+ runs-on : ubuntu-22.04
144
144
145
145
steps :
146
146
# Checkout the repo to seed the contents of ./tests/publish/
@@ -172,7 +172,7 @@ jobs:
172
172
# Master branch only - extra checks
173
173
if : ${{ github.repository == 'openactive/openactive-test-suite' && github.ref == 'refs/heads/master' }}
174
174
needs : tests
175
- runs-on : ubuntu-latest
175
+ runs-on : ubuntu-22.04
176
176
permissions :
177
177
contents : read
178
178
packages : write
You can’t perform that action at this time.
0 commit comments