diff options
| author | Dax Raad <[email protected]> | 2025-12-11 13:04:55 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-11 13:04:55 -0500 |
| commit | 3a9bbe2371a4b57ef18af389b7f3be0d21767b64 (patch) | |
| tree | 61054e5d328bd157c01b733858593b4bb88ea0ad | |
| parent | 6382bda7d6c70547ad4227b2719f957a2ab96de2 (diff) | |
| download | opencode-3a9bbe2371a4b57ef18af389b7f3be0d21767b64.tar.gz opencode-3a9bbe2371a4b57ef18af389b7f3be0d21767b64.zip | |
ci: use Blacksmith runners for Linux and Windows Tauri builds to improve build performance
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1bf79fe97..fb6bd972e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -95,9 +95,9 @@ jobs: target: x86_64-apple-darwin - host: macos-latest target: aarch64-apple-darwin - - host: windows-latest + - host: blacksmith-4vcpu-windows-2025 target: x86_64-pc-windows-msvc - - host: ubuntu-24.04 + - host: blacksmith-4vcpu-ubuntu-2404 target: x86_64-unknown-linux-gnu runs-on: ${{ matrix.settings.host }} steps: |
