Skip to content

Commit 9e488c1

Browse files
committed
testing
1 parent 4d6a7b1 commit 9e488c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# `debian-12` for amd64 builds
3131
# `ubuntu-22.04-8core-arm` for arm64 non-scheduled builds
3232
# `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') }}
33+
runs-on: ${{ (matrix.arch == 'amd64' && 'testing') || ((github.event_name == 'schedule' && '-8core-arm') || '-2core-arm') }}
3434
strategy:
3535
matrix:
3636
arch: [amd64, arm64]

0 commit comments

Comments
 (0)