From c3c3c414dbfb853815bdb41561bd49acc9b670c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20Br=C3=A4nn?= Date: Thu, 16 Apr 2026 10:59:12 +0200 Subject: [PATCH] ci: Downgrade bun --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c364d..30f8cd4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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