Skip to content

Commit 8836117

Browse files
Fix CI - rely on ubuntu-22.04 as we used to (#183)
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.
1 parent 9c012a0 commit 8836117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pgrx_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
minor: 0
2626
platform:
2727
- type: amd64
28-
runs_on: ubuntu-latest
28+
runs_on: ubuntu-22.04
2929
rustflags: '-C target-feature=+avx2,+fma'
3030
- type: arm64
3131
runs_on: cloud-image-runner-arm64

0 commit comments

Comments
 (0)