We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd865c9 commit e9a3295Copy full SHA for e9a3295
1 file changed
.github/workflows/ubuntu_build.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
build:
12
- runs-on: ${{ matrix.os }}
+ runs-on: ${{ matrix.arch == 'amd64' && 'ubuntu-latest' || 'ubuntu-24.04-arm' }}
13
strategy:
14
matrix:
15
include:
0 commit comments