From d41b8800133a67aa3321df97bc3a7d9829294460 Mon Sep 17 00:00:00 2001 From: Justin Martin Date: Wed, 7 Aug 2024 23:30:53 -0700 Subject: [PATCH] Bump to macOS 14 and Xcode 15.4 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7b350b1..b3c0f276 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: run: pod lib lint build_xcode14: - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: run-config: @@ -54,12 +54,12 @@ jobs: run: ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}" build_xcode15: - runs-on: macos-13 + runs-on: macos-14 strategy: matrix: run-config: - - { xcode_version: '15.2', simulator: 'name=iPad Pro (12.9-inch) (6th generation),OS=17.2' } - - { xcode_version: '15.2', simulator: 'name=iPhone SE (3rd generation),OS=17.2' } + - { xcode_version: '15.4', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=16.2' } + - { xcode_version: '15.4', simulator: 'name=iPhone 14,OS=16.2' } steps: - name: Checkout Project uses: actions/checkout@v1