Skip to content

Commit c241498

Browse files
committed
fix: fix prebuilt ci env
1 parent 0033aec commit c241498

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/prebuild.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
prebuild:
88
strategy:
99
matrix:
10-
os: [windows, linux, macos]
10+
os: [windows-2022, ubuntu-latest, macos-12, macos-14]
1111
node: [16]
12-
runs-on: ${{ matrix.os }}-latest
13-
env:
12+
runs-on: ${{ matrix.os }}
13+
env:
1414
VCINSTALLDIR: 'C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC'
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)