Skip to content

Commit 32930c8

Browse files
committed
Use Ubicloud runners
1 parent 70b105b commit 32930c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release-on-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults:
1111

1212
jobs:
1313
build-os:
14-
runs-on: release-runner-64
14+
runs-on: ${{ matrix.task == 'build:amd64' && 'ubicloud-standard-16' || 'ubicloud-standard-16-arm' }}
1515
defaults:
1616
run:
1717
working-directory: packages/os

0 commit comments

Comments
 (0)