We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f793a commit e2476c1Copy full SHA for e2476c1
1 file changed
.github/workflows/build-release.yml
@@ -257,6 +257,7 @@ jobs:
257
build-macos:
258
needs: fetch-version
259
runs-on: macos-latest
260
+ timeout-minutes: 30
261
steps:
262
- name: Checkout this repo
263
uses: actions/checkout@v4
@@ -321,7 +322,7 @@ jobs:
321
322
- name: Build macOS versions
323
run: |
324
cd opencode-src/packages/opencode
- bun run script/build.ts --single
325
+ bun run script/build.ts
326
env:
327
OPENCODE_VERSION: ${{ needs.fetch-version.outputs.version }}
328
OPENCODE_CHANNEL: latest
0 commit comments