Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Start relying on ubuntu-22.04, given that Github is rolling out
ubuntu-22.04 to be the new default.
  • Loading branch information
adolsalamanca committed Dec 18, 2024
1 parent 9c012a0 commit 05681f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pgrx_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
minor: 0
platform:
- type: amd64
runs_on: ubuntu-latest
runs_on: ubuntu-22.04
rustflags: '-C target-feature=+avx2,+fma'
- type: arm64
runs_on: cloud-image-runner-arm64
Expand Down

0 comments on commit 05681f9

Please sign in to comment.