@@ -23,33 +23,33 @@ jobs:
2323 fail-fast : false
2424 matrix :
2525 settings :
26- # - host: macos-latest
27- # target: x86_64-apple-darwin
28- # build: yarn build --target x86_64-apple-darwin
29- # - host: macos-latest
30- # architecture: arm64
31- # target: aarch64-apple-darwin
32- # build: yarn build --target aarch64-apple-darwin
26+ - host : macos-latest
27+ target : x86_64-apple-darwin
28+ build : yarn build --target x86_64-apple-darwin
29+ - host : macos-latest
30+ architecture : arm64
31+ target : aarch64-apple-darwin
32+ build : yarn build --target aarch64-apple-darwin
3333 - host : windows-latest
3434 architecture : x64
3535 target : x86_64-pc-windows-msvc
3636 build : yarn build --target x86_64-pc-windows-msvc
37- # - host: ubuntu-latest
38- # target: x86_64-unknown-linux-gnu
39- # build: yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
40- # - host: ubuntu-latest
41- # architecture: x64
42- # target: x86_64-unknown-linux-musl
43- # build: yarn build --target x86_64-unknown-linux-musl -x
44- # - host: ubuntu-latest
45- # target: aarch64-unknown-linux-gnu
46- # build: yarn build --target aarch64-unknown-linux-gnu -x
47- # - host: ubuntu-latest
48- # target: aarch64-linux-android
49- # build: yarn build --target aarch64-linux-android
50- # - host: ubuntu-latest
51- # target: aarch64-unknown-linux-musl
52- # build: yarn build --target aarch64-unknown-linux-musl -x
37+ - host : ubuntu-latest
38+ target : x86_64-unknown-linux-gnu
39+ build : yarn build --target x86_64-unknown-linux-gnu --use-napi-cross
40+ - host : ubuntu-latest
41+ architecture : x64
42+ target : x86_64-unknown-linux-musl
43+ build : yarn build --target x86_64-unknown-linux-musl -x
44+ - host : ubuntu-latest
45+ target : aarch64-unknown-linux-gnu
46+ build : yarn build --target aarch64-unknown-linux-gnu -x
47+ - host : ubuntu-latest
48+ target : aarch64-linux-android
49+ build : yarn build --target aarch64-linux-android
50+ - host : ubuntu-latest
51+ target : aarch64-unknown-linux-musl
52+ build : yarn build --target aarch64-unknown-linux-musl -x
5353 name : ${{ matrix.settings.target }} - node@25
5454 runs-on : ${{ matrix.settings.host }}
5555 steps :
8989 uses : actions/cache@v5
9090 with :
9191 path : .yarn/cache
92- key : npm-cache-build-${{ matrix.settings.target }}-node@24
92+ key : npm-cache-build-${{ matrix.settings.target }}-node@25
9393 - name : Setup toolchain
9494 run : ${{ matrix.settings.setup }}
9595 if : ${{ matrix.settings.setup }}
0 commit comments