Skip to content

Commit c57c9e1

Browse files
committed
fix: drop win32 V8 target, use macos-latest for darwin-x64
1 parent 177dd3d commit c57c9e1

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@ jobs:
3737
binary: secure-exec-v8
3838
cross: true
3939
- target: x86_64-apple-darwin
40-
os: macos-13
40+
os: macos-latest
4141
npm-dir: darwin-x64
4242
binary: secure-exec-v8
4343
- target: aarch64-apple-darwin
4444
os: macos-latest
4545
npm-dir: darwin-arm64
4646
binary: secure-exec-v8
47-
- target: x86_64-pc-windows-msvc
48-
os: windows-latest
49-
npm-dir: win32-x64
50-
binary: secure-exec-v8.exe
5147
runs-on: ${{ matrix.os }}
5248
steps:
5349
- name: Checkout tag

packages/v8/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"@secure-exec/v8-linux-x64-gnu": "0.2.0-rc.1",
2626
"@secure-exec/v8-linux-arm64-gnu": "0.2.0-rc.1",
2727
"@secure-exec/v8-darwin-x64": "0.2.0-rc.1",
28-
"@secure-exec/v8-darwin-arm64": "0.2.0-rc.1",
29-
"@secure-exec/v8-win32-x64": "0.2.0-rc.1"
28+
"@secure-exec/v8-darwin-arm64": "0.2.0-rc.1"
3029
}
3130
}

0 commit comments

Comments
 (0)