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 0b0e718 commit c156377Copy full SHA for c156377
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
matrix:
8
include:
9
- { os: ubuntu-20.04, platform: linux-x64 }
10
- - { os: macos-latest, platform: darwin-x64 }
+ - { os: macos-14, platform: darwin-arm64 }
11
- { os: windows-latest, platform: win32-x64 }
12
runs-on: ${{ matrix.os }}
13
steps:
0 commit comments