From 546c3adc7f87d10de5a87f47e0885d172b366f20 Mon Sep 17 00:00:00 2001 From: Zandor Smith Date: Mon, 2 Mar 2026 19:13:14 +0100 Subject: [PATCH] Update GitHub Actions to macOS 15 with Xcode 26.2 - Upgrade test runner from macos-14 to macos-15 - Pin Xcode version to 26.2 (was using latest-stable) - Update actions/checkout from v2 to v4 (v2 is deprecated) Co-Authored-By: Claude Opus 4.6 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c7913cb..55e1087 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-latest if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: @@ -30,7 +30,7 @@ jobs: DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} test: - runs-on: macos-14 + runs-on: macos-15 strategy: matrix: @@ -45,11 +45,11 @@ jobs: - platform=watchOS Simulator,name=Apple Watch Series 10 (46mm) steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: latest-stable + xcode-version: '26.2' - uses: ruby/setup-ruby@v1 with: