Skip to content

Commit 0bd9410

Browse files
committed
Upgrade the runners
1 parent 1cae426 commit 0bd9410

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nix-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- runner: larger-runner-4cpu
21+
- runner: large-linux-x86
2222
arch: amd64
23-
- runner: arm-runner
23+
- runner: large-linux-arm
2424
arch: arm64
25-
- runner: macos-latest
25+
- runner: macos-latest-xlarge
2626
arch: arm64
2727
runs-on: ${{ matrix.runner }}
2828
timeout-minutes: 180

0 commit comments

Comments
 (0)