summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-01-30 15:43:29 -0500
committeropencode <[email protected]>2026-01-30 21:06:48 +0000
commitf51bd28ed8f933364228979f6130206027f3061f (patch)
treea624b0793046878492fd4e271ccb3f9eba219067
parent6cd2a6885144792b5478f6a771c6e64ffed32e4d (diff)
downloadopencode-f51bd28ed8f933364228979f6130206027f3061f.tar.gz
opencode-f51bd28ed8f933364228979f6130206027f3061f.zip
ci: increase ARM runner to 8 vCPUs for faster Tauri builds
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 3974d23ff..a1b492258 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -103,7 +103,7 @@ jobs:
target: x86_64-pc-windows-msvc
- host: blacksmith-4vcpu-ubuntu-2404
target: x86_64-unknown-linux-gnu
- - host: blacksmith-4vcpu-ubuntu-2404-arm
+ - host: blacksmith-8vcpu-ubuntu-2404-arm
target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.settings.host }}
steps: