diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb7da88e..f2c9c234 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,14 +16,12 @@ jobs: run: pod lib lint build: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: run-config: - - { xcode_version: '11.7', simulator: 'name=iPhone SE (2nd generation),OS=13.7' } - - { xcode_version: '12.5.1', simulator: 'name=iPhone SE (2nd generation),OS=14.5' } - - { xcode_version: '13.0', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=15.0' } - + - { xcode_version: '13.3.1', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=15.4' } + - { xcode_version: '14.1', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=16.1' } steps: - name: Checkout Project @@ -56,13 +54,12 @@ jobs: - name: Build & Test run: ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}" - build_xcode10: - runs-on: macos-10.15 +build_xcode13: + runs-on: macos-11 strategy: matrix: run-config: - - { xcode_version: '10.3', simulator: 'name=iPad (5th generation),OS=12.4' } - - { xcode_version: '10.3', simulator: 'name=iPhone 8,OS=12.4' } + - { xcode_version: '13.3.1', simulator: 'name=iPhone SE (2nd generation),OS=14.5' } steps: - name: Checkout Project @@ -93,4 +90,4 @@ jobs: run: xcrun simctl list - name: Build & Test - run: ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}" + run: ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}" \ No newline at end of file