From 591c68c59cfe6319c1459daf4cfc194ba415f78a Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 5 Mar 2026 15:59:10 -0800 Subject: [PATCH] Revert macOS CI runners back to macos-latest Co-Authored-By: Claude Opus 4.6 --- .github/workflows/release-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index dc953481..0506d436 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -13,12 +13,12 @@ jobs: fail-fast: false matrix: include: - - platform: "macos-26" # for Arm-based Macs (M1 and above). + - platform: "macos-latest" # for Arm-based Macs (M1 and above). args: "--target aarch64-apple-darwin" yaak_arch: "arm64" os: "macos" targets: "aarch64-apple-darwin" - - platform: "macos-26-intel" # for Intel-based Macs. + - platform: "macos-latest" # for Intel-based Macs. args: "--target x86_64-apple-darwin" yaak_arch: "x64" os: "macos"