Skip to content

Commit

Permalink
ci: fix macOS test env
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Aug 8, 2024
1 parent aa56407 commit 23b5ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-12
- host: macos-12 # use x86 arch
target: 'x86_64-apple-darwin'
build: |
pnpm build
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
matrix:
settings:
- host: macos-latest
target: "x86_64-apple-darwin"
target: "aarch64-apple-darwin"
- host: windows-latest
target: "x86_64-pc-windows-msvc"
node: ["18"]
Expand Down

0 comments on commit 23b5ca2

Please sign in to comment.