We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b105b commit 32930c8Copy full SHA for 32930c8
.github/workflows/create-release-on-tag.yml
@@ -11,7 +11,7 @@ defaults:
11
12
jobs:
13
build-os:
14
- runs-on: release-runner-64
+ runs-on: ${{ matrix.task == 'build:amd64' && 'ubicloud-standard-16' || 'ubicloud-standard-16-arm' }}
15
defaults:
16
run:
17
working-directory: packages/os
0 commit comments