Skip to content

Commit ddfa70f

Browse files
committed
ci
1 parent 089a14b commit ddfa70f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
box:
3535
- runner: ubuntu-22.04
3636
arch: amd64
37-
- runner: buildjet-8vcpu-ubuntu-2204-arm
38-
arch: arm64
3937
runs-on: ${{ matrix.box.runner }}
4038
timeout-minutes: 45
4139
steps:
@@ -60,7 +58,7 @@ jobs:
6058
# Ensure installed pg_config is first on path
6159
export PATH=$PATH:/usr/lib/postgresql/${{ matrix.postgres }}/bin
6260
63-
cargo install cargo-pgrx --version 0.11.2 --locked
61+
cargo install cargo-pgrx --version 0.11.4 --locked
6462
cargo pgrx init --pg${{ matrix.postgres }}=/usr/lib/postgresql/${{ matrix.postgres }}/bin/pg_config
6563
- name: Build artifacts
6664
run: |

0 commit comments

Comments
 (0)