We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e3817d commit 9d6fed9Copy full SHA for 9d6fed9
1 file changed
.github/workflows/tests.yml
@@ -72,10 +72,9 @@ jobs:
72
strategy:
73
matrix:
74
node: [20, 22, 24]
75
+ arch: [x64, arm64]
76
fail-fast: false
- 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
+ runs-on: ${{ matrix.arch == 'x64' && 'macos-15-intel' || 'macos-15' }}
79
steps:
80
- uses: actions/checkout@v4
81
0 commit comments