Skip to content

Commit 9898555

Browse files
committed
chore: patch resetwal to support sysid specification
1 parent be6ea03 commit 9898555

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nix-build.yml

Lines changed: 4 additions & 4 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
21+
# - runner: larger-runner-4cpu
22+
# arch: amd64
2323
- runner: arm-runner
2424
arch: arm64
25-
- runner: macos-latest
26-
arch: arm64
25+
# - runner: macos-latest
26+
# arch: arm64
2727
runs-on: ${{ matrix.runner }}
2828
timeout-minutes: 180
2929
steps:

0 commit comments

Comments
 (0)