From b54b5142f02fb18bbc4b5058edac61cd08f9fd3a Mon Sep 17 00:00:00 2001 From: nimbold <11913706+nimbold@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:44:02 +0330 Subject: [PATCH] Fix CI release runner to use macos-latest --- .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 0e71dfc..9b83eb0 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-latest steps: - name: Check out repository