Skip to content

Commit

Permalink
Merge pull request #494 from alphagov/bk-fix-ubuntu-22
Browse files Browse the repository at this point in the history
Fix runner Ubuntu to 22
  • Loading branch information
domoscargin authored Jan 6, 2025
2 parents 95f9c82 + 0f3cc86 commit d62ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d62ee84

Please sign in to comment.