Skip to content

Commit

Permalink
fix(ci): macOS x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed May 9, 2024
1 parent f0d29b1 commit f3aa388
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 @@ -25,7 +25,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-13
target: x86_64-apple-darwin
build: yarn build --target x86_64-apple-darwin
- host: windows-latest
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-13
target: x86_64-apple-darwin
# - host: windows-latest
# target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit f3aa388

Please sign in to comment.