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:
19
19
strategy :
20
20
matrix :
21
21
node-version : [15.x]
22
- os : [ubuntu-20.04, windows-latest , macos-latest]
22
+ os : [ubuntu-20.04, windows-2019 , macos-latest]
23
23
include :
24
24
- os : ubuntu-20.04
25
25
friendlyName : Ubuntu
26
- - os : windows-latest
26
+ - os : windows-2019
27
27
friendlyName : Windows
28
28
- os : macos-latest
29
29
friendlyName : macOS
50
50
$NodeVersion = (node --version) -replace '^.'
51
51
$NodeFallbackVersion = "15.8.0"
52
52
& .\script\download-node-lib-win-arm64.ps1 $NodeVersion $NodeFallbackVersion
53
- if: ${{ matrix.os == 'windows-latest ' }}
53
+ if: ${{ matrix.os == 'windows-2019 ' }}
54
54
name: Install Windows arm64 node.lib
55
55
56
56
- run : npm install
84
84
if : ${{ matrix.os != 'ubuntu-20.04' }}
85
85
86
86
- run : npm run prebuild-napi-ia32
87
- if : ${{ matrix.os == 'windows-latest ' }}
87
+ if : ${{ matrix.os == 'windows-2019 ' }}
88
88
name : Prebuild (Windows x86)
89
89
90
90
- run : |
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- os : [ubuntu-latest, windows-latest , macos-latest]
14
+ os : [ubuntu-latest, windows-2019 , macos-latest]
15
15
include :
16
16
- os : ubuntu-latest
17
17
friendlyName : Ubuntu
18
- - os : windows-latest
18
+ - os : windows-2019
19
19
friendlyName : Windows
20
20
- os : macos-latest
21
21
friendlyName : macOS
You can’t perform that action at this time.
0 commit comments