Skip to content

Commit 8c6a0e9

Browse files
committed
try to force m1 runner
1 parent 6633901 commit 8c6a0e9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ jobs:
77

88
strategy:
99
matrix:
10-
os: [ ubuntu-latest, windows-latest, macos-latest, macos-latest-arm ]
10+
include:
11+
- os: windows-latest
12+
os-name: windows
13+
arch: x64
14+
- os: ubuntu-latest
15+
os-name: ubuntu
16+
arch: x64
17+
- os: macos-latest
18+
os-name: macOS-m1
19+
arch: arm64
20+
- os: macos-13
21+
os-name: macOS
22+
arch: x64
1123
racket: [ '8.0', 'current' ]
1224

1325
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)