We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791f444 commit c3c3c41Copy full SHA for c3c3c41
1 file changed
.github/workflows/release.yml
@@ -59,9 +59,13 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4
61
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
66
- uses: oven-sh/setup-bun@v2
67
with:
- bun-version: latest
68
+ bun-version: 1.3.11
69
70
- run: bun install
71
0 commit comments