Skip to content

Commit c116a57

Browse files
authored
0.1.18
* fix: MacOS CI for x64 * use lowest version available
1 parent 5499648 commit c116a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
settings:
30-
- host: macos-latest
30+
- host: macos-13
3131
target: x86_64-apple-darwin
3232
build: |
3333
pnpm build
@@ -74,7 +74,7 @@ jobs:
7474
set -e &&
7575
rustup target add aarch64-pc-windows-msvc &&
7676
pnpm build --target aarch64-pc-windows-msvc
77-
name: stable - ${{ matrix.settings.target }} - node@18
77+
name: stable - ${{ matrix.settings.target }} - node@22
7878
runs-on: ${{ matrix.settings.host }}
7979
steps:
8080
- uses: actions/checkout@v3
@@ -161,7 +161,7 @@ jobs:
161161
fail-fast: false
162162
matrix:
163163
settings:
164-
- host: macos-latest
164+
- host: macos-13
165165
target: x86_64-apple-darwin
166166
- host: windows-latest
167167
target: x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)