From 37b04ffe2d7b80dd8c9404f9b62e44b53f815e25 Mon Sep 17 00:00:00 2001 From: Everett Date: Sat, 22 Aug 2026 14:39:04 -0700 Subject: [PATCH] Run GrapeCompare builds on Xcode 27 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e5265b..610d40f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ concurrency: jobs: core-tests: name: Core correctness and stress tests - runs-on: macos-26 + runs-on: xcode-27 timeout-minutes: 10 steps: @@ -28,7 +28,7 @@ jobs: app-build: name: Build macOS app - runs-on: macos-26 + runs-on: xcode-27 timeout-minutes: 15 steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7d2338d..b9b66a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ permissions: contents: write jobs: release: - runs-on: macos-26 + runs-on: xcode-27 env: RELEASE_VERSION: ${{ inputs.version || github.ref_name }} HAS_SIGNING_CERTIFICATE: ${{ secrets.DEVELOPER_ID_APPLICATION_P12 != '' }}