Skip to content

Commit

Permalink
Merge pull request #3 from Maidang1/main
Browse files Browse the repository at this point in the history
fix: fixed compilation issues with darwin-x64
  • Loading branch information
wre232114 authored May 8, 2024
2 parents 76e6d1a + 5052871 commit 51c0f55
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
npm run build -- --target x86_64-unknown-linux-musl --abi linux-x64-musl
- os: windows-latest
abi: win32-x64-msvc
- os: macos-latest
- os: macos-13
abi: darwin-x64
- os: macos-latest
abi: darwin-arm64

# cross compile
# windows. Note swc plugins is not supported on ia32 and arm64
Expand Down Expand Up @@ -57,10 +59,10 @@ jobs:
target: aarch64-unknown-linux-gnu
zig: true
# macos
- os: macos-latest
abi: darwin-arm64
target: aarch64-apple-darwin
zig: false
# - os: macos-latest
# abi: darwin-arm64
# target: aarch64-apple-darwin
# zig: false
# - os: ubuntu-latest
# abi: darwin-x64
# target: x86_64-apple-darwin
Expand Down

0 comments on commit 51c0f55

Please sign in to comment.