File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1010 macos_and_windows :
1111 strategy :
1212 matrix :
13- os : [macos-latest, windows-2019]
13+ os : [macos-latest, windows-2019, macOS ]
1414 fail-fast : false
1515 runs-on : ${{ matrix.os }}
1616 steps :
@@ -30,13 +30,13 @@ jobs:
3030 run : npm install --loglevel verbose && npm run prebuild
3131 shell : bash
3232
33- # macOS arm64 builds are universal macOS binaries. We copy the arm64 build
34- # into the location that prebuild expects for a x64 build so we can
35- # install on both architectures.
36- - name : copy universal macos binary to platform specific binaries
37- if : ${{ matrix.os == 'macos-latest' }}
38- shell : bash
39- run : bash etc/make-macos-x64-build.sh
33+ # # macOS arm64 builds are universal macOS binaries. We copy the arm64 build
34+ # # into the location that prebuild expects for a x64 build so we can
35+ # # install on both architectures.
36+ # - name: copy universal macos binary to platform specific binaries
37+ # if: ${{ matrix.os == 'macos-latest' }}
38+ # shell: bash
39+ # run: bash etc/make-macos-x64-build.sh
4040
4141 - id : upload
4242 name : Upload prebuild
Original file line number Diff line number Diff line change 1111 host_tests :
1212 strategy :
1313 matrix :
14- os : [macos-latest, windows-2019]
14+ os : [macos-latest, windows-2019, macOS ]
1515 node : [16.20.1, 18.x, 20.x, 22.x]
1616 fail-fast : false
1717 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments