Skip to content

Commit

Permalink
Merge pull request #106 from DEFRA/BAU-downgrade-to-ubuntu-22-in-runner
Browse files Browse the repository at this point in the history
BAU: revert ubuntu runner for check prs to 22.04
  • Loading branch information
hughfdjackson authored Jan 7, 2025
2 parents 346df35 + 61fe343 commit 54eeb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
pr-validator:
name: Run Pull Request Checks
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 54eeb7d

Please sign in to comment.