File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 strategy :
2020 matrix :
2121 node-version : [15.x]
22- os : [ubuntu-20.04, windows-latest , macos-latest]
22+ os : [ubuntu-20.04, windows-2019 , macos-latest]
2323 include :
2424 - os : ubuntu-20.04
2525 friendlyName : Ubuntu
26- - os : windows-latest
26+ - os : windows-2019
2727 friendlyName : Windows
2828 - os : macos-latest
2929 friendlyName : macOS
5050 $NodeVersion = (node --version) -replace '^.'
5151 $NodeFallbackVersion = "15.8.0"
5252 & .\script\download-node-lib-win-arm64.ps1 $NodeVersion $NodeFallbackVersion
53- if: ${{ matrix.os == 'windows-latest ' }}
53+ if: ${{ matrix.os == 'windows-2019 ' }}
5454 name: Install Windows arm64 node.lib
5555
5656 - run : npm install
8484 if : ${{ matrix.os != 'ubuntu-20.04' }}
8585
8686 - run : npm run prebuild-napi-ia32
87- if : ${{ matrix.os == 'windows-latest ' }}
87+ if : ${{ matrix.os == 'windows-2019 ' }}
8888 name : Prebuild (Windows x86)
8989
9090 - run : |
You can’t perform that action at this time.
0 commit comments