This repository was archived by the owner on Dec 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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 : |
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- os : [ubuntu-latest, windows-latest , macos-latest]
14+ os : [ubuntu-latest, windows-2019 , macos-latest]
1515 include :
1616 - os : ubuntu-latest
1717 friendlyName : Ubuntu
18- - os : windows-latest
18+ - os : windows-2019
1919 friendlyName : Windows
2020 - os : macos-latest
2121 friendlyName : macOS
You can’t perform that action at this time.
0 commit comments