Skip to content

Commit e375f39

Browse files
authored
Update npm-publish-beta.yml
1 parent 210a059 commit e375f39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/npm-publish-beta.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
prebuild:
1212
strategy:
1313
matrix:
14-
os: [windows-latest, ubuntu-latest, macos-14]
14+
os: [ubuntu-latest, macos-14]
1515
node: [16]
1616
runs-on: ${{ matrix.os }}
1717
env:
@@ -51,10 +51,10 @@ jobs:
5151
- uses: actions/setup-python@v4
5252
with:
5353
python-version: '3.x'
54-
- uses: actions/download-artifact@v2
55-
with:
56-
name: qjsc-prebuild-windows-2022-node16
57-
path: prebuilds/win32-x64/
54+
# - uses: actions/download-artifact@v2
55+
# with:
56+
# name: qjsc-prebuild-windows-2022-node16
57+
# path: prebuilds/win32-x64/
5858
- uses: actions/download-artifact@v2
5959
with:
6060
name: qjsc-prebuild-ubuntu-latest-node16

0 commit comments

Comments
 (0)