Skip to content

Commit 986a6bc

Browse files
use x64 runner in ci
1 parent 1dfcfeb commit 986a6bc

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)