From b0a221dd94f3a4cc43514dabea81a7dc63e18868 Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Tue, 2 Jun 2026 05:43:46 +0330 Subject: [PATCH] ci(release): build releases on macos 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 e8ff5e6..f530712 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ permissions: jobs: macos-arm64-dmg: name: Build macOS ARM64 DMG - runs-on: macos-15 + runs-on: macos-26 steps: - name: Check out repository