We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5499648 commit c116a57Copy full SHA for c116a57
.github/workflows/CI.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
settings:
30
- - host: macos-latest
+ - host: macos-13
31
target: x86_64-apple-darwin
32
build: |
33
pnpm build
@@ -74,7 +74,7 @@ jobs:
74
set -e &&
75
rustup target add aarch64-pc-windows-msvc &&
76
pnpm build --target aarch64-pc-windows-msvc
77
- name: stable - ${{ matrix.settings.target }} - node@18
+ name: stable - ${{ matrix.settings.target }} - node@22
78
runs-on: ${{ matrix.settings.host }}
79
steps:
80
- uses: actions/checkout@v3
@@ -161,7 +161,7 @@ jobs:
161
162
163
164
165
166
- host: windows-latest
167
target: x86_64-pc-windows-msvc
0 commit comments