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 78b1932 commit 0f3d663Copy full SHA for 0f3d663
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- os: [ubuntu-latest, macos-14, macos-13]
+ os: [ubuntu-24.04-arm, ubuntu-22.04-arm]
9
runs-on: ${{ matrix.os }}
10
steps:
11
- if: ${{ startsWith(matrix.os, 'windows') }}
0 commit comments