We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089a14b commit ddfa70fCopy full SHA for ddfa70f
.github/workflows/release.yml
@@ -34,8 +34,6 @@ jobs:
34
box:
35
- runner: ubuntu-22.04
36
arch: amd64
37
- - runner: buildjet-8vcpu-ubuntu-2204-arm
38
- arch: arm64
39
runs-on: ${{ matrix.box.runner }}
40
timeout-minutes: 45
41
steps:
@@ -60,7 +58,7 @@ jobs:
60
58
# Ensure installed pg_config is first on path
61
59
export PATH=$PATH:/usr/lib/postgresql/${{ matrix.postgres }}/bin
62
63
- cargo install cargo-pgrx --version 0.11.2 --locked
+ cargo install cargo-pgrx --version 0.11.4 --locked
64
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
65
- name: Build artifacts
66
run: |
0 commit comments