File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - os : ubuntu-latest
1919 arch : x64
2020 build-group : android-arm
21- # At the time of writing macos-latest is mac 10; we need 11 to build a universal binary.
22- - os : macos-11
21+ - os : macos-latest
2322 arch : x64
2423 build-group : darwin-x64+arm64
2524 - os : windows-latest
Original file line number Diff line number Diff line change 2020 - os : ubuntu-latest
2121 arch : x64
2222 build-group : android-arm
23- - os : macos-11
23+ - os : macos-latest
2424 arch : x64
2525 build-group : darwin-x64+arm64
2626 - os : windows-latest
Original file line number Diff line number Diff line change 66 test :
77 strategy :
88 matrix :
9- # At the time of writing macos-latest is mac 10; we need 11 to build a universal binary.
10- os : [ubuntu-latest, macos-11, windows-latest]
9+ os : [ubuntu-latest, macos-latest, windows-latest]
1110 node : [16, 18, 20]
1211 arch : [x86, x64]
1312 exclude :
1413 - { os: ubuntu-latest, arch: x86 }
15- - { os: macos-11 , arch: x86 }
14+ - { os: macos-latest , arch: x86 }
1615 runs-on : ${{ matrix.os }}
1716 name : ${{ matrix.os }} / Node ${{ matrix.node }} ${{ matrix.arch }}
1817 steps :
You can’t perform that action at this time.
0 commit comments