Skip to content

Commit

Permalink
Merge pull request #9787 from alphagov/pin-test-workflows-to-ubuntu-2…
Browse files Browse the repository at this point in the history
…2.04

Pin test workflows to run on Ubuntu 22.04
  • Loading branch information
ryanb-gds authored Jan 6, 2025
2 parents 75bf398 + 7c54c3d commit b8a29cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_call

jobs:
feature-test-matrix:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
minitest-matrix:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b8a29cf

Please sign in to comment.