From 6b336b6a196a55a9310e5385efaea619d6b9d264 Mon Sep 17 00:00:00 2001 From: Dan Federman Date: Tue, 29 Oct 2024 08:54:08 -0700 Subject: [PATCH] Use macOS 15 in CI --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9dc585f9..dff3d11e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ concurrency: jobs: xcode-build-16: name: Xcode 16 Build - runs-on: macOS-14 + runs-on: macOS-15 strategy: matrix: platforms: [ @@ -37,7 +37,7 @@ jobs: run: Scripts/upload-coverage-reports.sh ${{ matrix.platforms }} pod-lint: name: Pod Lint - runs-on: macOS-14 + runs-on: macOS-15 timeout-minutes: 30 steps: - name: Checkout Repo @@ -50,7 +50,7 @@ jobs: run: bundle exec pod lib lint --verbose --fail-fast --swift-version=6.0 carthage: name: Carthage - runs-on: macOS-14 + runs-on: macOS-15 timeout-minutes: 30 steps: - name: Checkout Repo @@ -64,8 +64,8 @@ jobs: - name: Build Framework run: carthage build --verbose --no-skip-current --use-xcframeworks spm-16: - name: SPM Build macOS 14 - runs-on: macOS-14 + name: SPM Build macOS 15 + runs-on: macOS-15 strategy: matrix: platforms: [