From 743d7f2b7c533a4a5cc42572d999c8f770b19796 Mon Sep 17 00:00:00 2001 From: sanasol Date: Sat, 31 Jan 2026 20:02:07 +0100 Subject: [PATCH] fix(ci): use macos-latest for ARM64 builds --- .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 d018c96..e458d3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: # macOS ARM64 build (Apple Silicon) build-macos-arm64: - runs-on: macos-14 # M1 runner for native ARM64 builds + runs-on: macos-latest # ARM64 runner for native Apple Silicon builds timeout-minutes: 120 steps: - uses: actions/checkout@v4