Skip to content

Commit e2476c1

Browse files
committed
ci: add timeout for macOS build and build all targets
1 parent b2f793a commit e2476c1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ jobs:
257257
build-macos:
258258
needs: fetch-version
259259
runs-on: macos-latest
260+
timeout-minutes: 30
260261
steps:
261262
- name: Checkout this repo
262263
uses: actions/checkout@v4
@@ -321,7 +322,7 @@ jobs:
321322
- name: Build macOS versions
322323
run: |
323324
cd opencode-src/packages/opencode
324-
bun run script/build.ts --single
325+
bun run script/build.ts
325326
env:
326327
OPENCODE_VERSION: ${{ needs.fetch-version.outputs.version }}
327328
OPENCODE_CHANNEL: latest

0 commit comments

Comments
 (0)