Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,13 @@ jobs:
steps:
- uses: actions/checkout@v4

# Currently 1.3.12 is the latest, and is broken when it comes
# to building MacOS binaries that are possible to sign.
# See: https://github.com/oven-sh/bun/pull/29272
# Will be fixed in 1.3.13
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
bun-version: 1.3.11

- run: bun install

Expand Down
Loading