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 4d6a7b1 commit 9e488c1Copy full SHA for 9e488c1
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
# `debian-12` for amd64 builds
31
# `ubuntu-22.04-8core-arm` for arm64 non-scheduled builds
32
# `ubuntu-22.04-2core-arm` for arm64 scheduled builds
33
- runs-on: ${{ (matrix.arch == 'amd64' && ['debian-12', 'testing']) || ((github.event_name == 'schedule' && '-8core-arm') || '-2core-arm') }}
+ runs-on: ${{ (matrix.arch == 'amd64' && 'testing') || ((github.event_name == 'schedule' && '-8core-arm') || '-2core-arm') }}
34
strategy:
35
matrix:
36
arch: [amd64, arm64]
0 commit comments