Skip to content

Commit 262b6a6

Browse files
fix(ci): pin bun to 1.3.11 to fix broken macOS binary signing (#2779)
1 parent 0f00522 commit 262b6a6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release-cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
registry-url: 'https://registry.npmjs.org'
6464

6565
- uses: oven-sh/setup-bun@v2
66+
with:
67+
bun-version: 1.3.11
6668

6769
- name: Cache apt packages
6870
uses: actions/cache@v5

.github/workflows/release-sdk.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ jobs:
8888
registry-url: "https://registry.npmjs.org"
8989

9090
- uses: oven-sh/setup-bun@v2
91+
with:
92+
bun-version: 1.3.11
9193

9294
- uses: actions/setup-python@v5
9395
with:
@@ -234,6 +236,8 @@ jobs:
234236
registry-url: "https://registry.npmjs.org"
235237

236238
- uses: oven-sh/setup-bun@v2
239+
with:
240+
bun-version: 1.3.11
237241

238242
- uses: actions/setup-python@v5
239243
with:

0 commit comments

Comments
 (0)