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 416f4e1 commit 650aebbCopy full SHA for 650aebb
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- ubuntu-22.04
26
- macos-13
27
- macos-14
28
- - windows-2019
+ - windows-2022
29
node:
30
- 20
31
- 22
@@ -81,7 +81,7 @@ jobs:
81
os:
82
83
84
85
name: Prebuild on ${{ matrix.os }}
86
runs-on: ${{ matrix.os }}
87
needs: test
@@ -96,7 +96,7 @@ jobs:
96
run: brew install python-setuptools
97
- run: npm install --ignore-scripts
98
- run: ${{ env.NODE_BUILD_CMD }} -u ${{ secrets.GITHUB_TOKEN }}
99
- - if: matrix.os == 'windows-2019'
+ - if: matrix.os == 'windows-2022'
100
run: |
101
${{ env.NODE_BUILD_CMD }} --arch ia32 -u ${{ secrets.GITHUB_TOKEN }}
102
${{ env.NODE_BUILD_CMD }} --arch arm64 -u ${{ secrets.GITHUB_TOKEN }}
0 commit comments