We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b3ecc commit 419c5efCopy full SHA for 419c5ef
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
build:
8
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
9
strategy:
10
fail-fast: false
11
matrix:
0 commit comments