From 78bbb54df8f7a12a6458c02da3edc119ed35e7d0 Mon Sep 17 00:00:00 2001 From: Kaiyue Jiang Date: Fri, 10 Apr 2026 11:07:23 -0700 Subject: [PATCH] ci: pin Bun to 1.3.11 to fix codesign regression --- .github/workflows/bun-compile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bun-compile.yml b/.github/workflows/bun-compile.yml index 1fc8792..7c7fc4a 100644 --- a/.github/workflows/bun-compile.yml +++ b/.github/workflows/bun-compile.yml @@ -43,6 +43,8 @@ jobs: steps: - name: Set up Bun uses: oven-sh/setup-bun@v2 + with: + bun-version: "1.3.11" - name: Install package env: