Skip to content

Commit 322c778

Browse files
committed
Updating to setup-zig@v2
1 parent ea7adbd commit 322c778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
- x64
2020
include:
2121
- os: macOS-latest
22-
arch: arm64 #aarch64
22+
arch: aarch64
2323

2424
steps:
2525
- uses: actions/checkout@v2
2626
with:
2727
submodules: 'recursive'
2828

29-
- uses: goto-bus-stop/setup-zig@v1
29+
- uses: goto-bus-stop/setup-zig@v2
3030
with:
3131
version: ${{ env.zig_version }}
3232

0 commit comments

Comments
 (0)