Skip to content

Commit

Permalink
fix: MacOS CI for x64
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoaldamav authored Dec 4, 2024
1 parent 5499648 commit ab3b4a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-12
target: x86_64-apple-darwin
build: |
pnpm build
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
set -e &&
rustup target add aarch64-pc-windows-msvc &&
pnpm build --target aarch64-pc-windows-msvc
name: stable - ${{ matrix.settings.target }} - node@18
name: stable - ${{ matrix.settings.target }} - node@22
runs-on: ${{ matrix.settings.host }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
fail-fast: false
matrix:
settings:
- host: macos-latest
- host: macos-12
target: x86_64-apple-darwin
- host: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit ab3b4a4

Please sign in to comment.