From e80f5bc3ac7b0582e8f0d1fb563ccbae13c588ef Mon Sep 17 00:00:00 2001 From: Kalvin Chau Date: Wed, 8 Jul 2026 08:46:39 -0700 Subject: [PATCH] chore: bump runs-on to mac-26 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b926550..1ce907a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ permissions: jobs: macos: name: Build unsigned macOS release - runs-on: macos-15 + runs-on: macos-26 steps: - name: Check out repository