Skip to content

Commit

Permalink
0.1.18
Browse files Browse the repository at this point in the history
* fix: MacOS CI for x64

* use lowest version available
  • Loading branch information
nachoaldamav authored Dec 5, 2024
1 parent 5499648 commit c116a57
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-13
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-13
target: x86_64-apple-darwin
- host: windows-latest
target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit c116a57

Please sign in to comment.