Skip to content

Commit c2ca79e

Browse files
committed
tmp
1 parent 121dd2e commit c2ca79e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ami-release-nix.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
postgres_version: ${{ fromJson(needs.prepare.outputs.postgres_versions) }}
40-
include:
41-
- runner: arm-runner
42-
arch: arm64
43-
ubuntu_release: focal
44-
ubuntu_version: 20.04
45-
mcpu: neoverse-n1
46-
runs-on: ${{ matrix.runner }}
40+
runs-on: pg-arm22
4741
timeout-minutes: 150
4842

4943
steps:

0 commit comments

Comments
 (0)