Skip to content

Commit 3bc130a

Browse files
authored
Merge pull request #14 from polarsource/yopi/notarization-fixes
ci: MacOS notarization fixes
2 parents 791f444 + c3c3c41 commit 3bc130a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,13 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161

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

6670
- run: bun install
6771

0 commit comments

Comments
 (0)