We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcf902 commit 6633901Copy full SHA for 6633901
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
8
strategy:
9
matrix:
10
- os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]
+ os: [ ubuntu-latest, windows-latest, macos-latest, macos-latest-arm ]
11
racket: [ '8.0', 'current' ]
12
13
runs-on: ${{ matrix.os }}
0 commit comments