Skip to content

Commit c32929a

Browse files
committed
Lock ubuntu version
1 parent 0e18690 commit c32929a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
tests:
31-
runs-on: ubuntu-latest
31+
runs-on: ubuntu-22.04
3232
strategy:
3333
fail-fast: false
3434
matrix:
@@ -140,7 +140,7 @@ jobs:
140140
# Master branch only
141141
if: ${{ github.repository == 'openactive/openactive-test-suite' && github.ref == 'refs/heads/master' }}
142142

143-
runs-on: ubuntu-latest
143+
runs-on: ubuntu-22.04
144144

145145
steps:
146146
# Checkout the repo to seed the contents of ./tests/publish/
@@ -172,7 +172,7 @@ jobs:
172172
# Master branch only - extra checks
173173
if: ${{ github.repository == 'openactive/openactive-test-suite' && github.ref == 'refs/heads/master' }}
174174
needs: tests
175-
runs-on: ubuntu-latest
175+
runs-on: ubuntu-22.04
176176
permissions:
177177
contents: read
178178
packages: write

0 commit comments

Comments
 (0)