From b2831267582237f2ea12bebfabebfc9db1dcdab7 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7b350b1..eec5f60a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,12 +16,12 @@ jobs: run: pod lib lint build_xcode14: - runs-on: macos-12 + runs-on: macos-13 strategy: matrix: run-config: - - { xcode_version: '14.1', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=16.1' } - - { xcode_version: '14.1', simulator: 'name=iPhone SE (2nd generation),OS=16.1' } + - { xcode_version: '14.1', simulator: 'name=iPad Air (5th generation),OS=16.1' } + - { xcode_version: '14.1', simulator: 'name=iPhone SE (3rd generation),OS=16.1' } steps: - name: Checkout Project uses: actions/checkout@v1 @@ -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 Air (5th generation),OS=17.5' } + - { xcode_version: '15.4', simulator: 'name=iPhone 14,OS=17.5' } steps: - name: Checkout Project uses: actions/checkout@v1