Skip to content

Commit

Permalink
Fix CI - rely on ubuntu-22.04 as we used to (#183)
Browse files Browse the repository at this point in the history
Starting on December, Github is relying on ubuntu-24.04 
to be the default ubuntu-latest image.
Specify ubuntu-22.04 as our image of choice in the meantime, given that the new LLVM libs are crashing in our CI install pgrx step.
  • Loading branch information
adolsalamanca authored Dec 18, 2024
1 parent 9c012a0 commit 8836117
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 8836117

Please sign in to comment.