Skip to content

Commit 9d6fed9

Browse files
committed
add macos arm64 tests and prebuilts
1 parent 4e3817d commit 9d6fed9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
strategy:
7373
matrix:
7474
node: [20, 22, 24]
75+
arch: [x64, arm64]
7576
fail-fast: false
76-
runs-on: macOS-13
77-
# This is mostly the same as the Linux steps, waiting for anchor support
78-
# https://github.com/actions/runner/issues/1182
77+
runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
7978
steps:
8079
- uses: actions/checkout@v4
8180

0 commit comments

Comments
 (0)