Skip to content

Commit

Permalink
Merge pull request #1360 from napi-rs/zig-0.10
Browse files Browse the repository at this point in the history
ci: test for zig 0.10
  • Loading branch information
Brooooooklyn committed Nov 6, 2022
2 parents 7f82c95 + 32cf02e commit 69f043c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zig.yaml
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install ziglang
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.9.1
version: 0.10.0
- name: Cache NPM dependencies
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion cli/src/build.ts
Expand Up @@ -30,7 +30,7 @@ const ZIG_PLATFORM_TARGET_MAP = {
// 'x86_64-pc-windows-gnu': 'x86_64-windows-gnu',
// https://github.com/ziglang/zig/issues/1759
// 'x86_64-unknown-freebsd': 'x86_64-freebsd',
'x86_64-apple-darwin': 'x86_64-macos-gnu',
'x86_64-apple-darwin': 'x86_64-macos',
'aarch64-apple-darwin': 'aarch64-macos',
'aarch64-unknown-linux-gnu': 'aarch64-linux-gnu',
'aarch64-unknown-linux-musl': 'aarch64-linux-musl',
Expand Down

0 comments on commit 69f043c

Please sign in to comment.