From 332e48cf2d79c13455cd3fdff78f7f55a7be6d65 Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Tue, 29 Apr 2025 10:43:03 +0100 Subject: [PATCH] Move CI to Xcode 16.3 / Swift 6.1 --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7e8780e..39f325a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,11 +11,11 @@ on: jobs: macos: name: Tests - runs-on: macos-14 + runs-on: macos-15 steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.0' + xcode-version: '16.3' - uses: actions/checkout@v4 with: persist-credentials: false