Skip to content

Commit

Permalink
ci: use macos-13 for x86_64-apple-darwin (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet authored May 26, 2024
1 parent 233820a commit 2a0bc7d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-13
target: x86_64-apple-darwin
build: |
yarn build
yarn build --target x86_64-apple-darwin
strip -x *.node
- host: windows-latest
build: yarn build
Expand Down Expand Up @@ -157,8 +157,10 @@ jobs:
settings:
- host: windows-latest
target: x86_64-pc-windows-msvc
- host: macos-latest
- host: macos-13
target: x86_64-apple-darwin
- host: macos-latest
target: aarch64-apple-darwin
node:
- '18'
- '20'
Expand Down

0 comments on commit 2a0bc7d

Please sign in to comment.