This commit is contained in:
Brendan Allan
2026-02-24 14:08:51 +08:00
parent c9f27be15f
commit 2fbb50a1b6

View File

@@ -69,7 +69,7 @@ jobs:
build-cli:
needs: version
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || "ubuntu-latest" }}
runs-on: ${{ (github.repository == 'anomalyco/opencode' && 'blacksmith-4vcpu-ubuntu-2404') || 'ubuntu-latest' }}
if:
steps:
- uses: actions/checkout@v3