Skip to content

Commit

Permalink
Merge pull request #3293 from alphagov/pin-ubuntu-version-for-rspec
Browse files Browse the repository at this point in the history
Pin ubuntu version in rspec workflow
  • Loading branch information
lauraghiorghisor-tw authored Jan 9, 2025
2 parents 2eb16c2 + 295e9ff commit 35087b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
run-rspec:
name: Run RSpec
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup Postgres
id: setup-postgres
Expand Down

0 comments on commit 35087b1

Please sign in to comment.