Skip to content

Commit a59ac2a

Browse files
committed
Use larger runners for the nix-build workflow
1 parent 2bdd0f9 commit a59ac2a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nix-build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- runner: larger-runner-4cpu
22-
arch: amd64
23-
- runner: arm-runner
24-
arch: arm64
25-
- runner: macos-latest
26-
arch: arm64
21+
- runner: large-linux-x86
22+
system: x86_64-linux
23+
- runner: large-linux-arm
24+
system: aarch64-linux
25+
- runner: macos-latest-xlarge
26+
system: aarch64-darwin
2727
runs-on: ${{ matrix.runner }}
2828
timeout-minutes: 180
2929
steps:
@@ -75,5 +75,5 @@ jobs:
7575
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
7676
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
7777

78-
name: build psql bundle on ${{ matrix.arch }}
78+
name: build psql bundle on ${{ matrix.system }}
7979

0 commit comments

Comments
 (0)