Skip to content

Commit

Permalink
Add Xcode 14 and iOS 16 running in KIF
Browse files Browse the repository at this point in the history
  • Loading branch information
dostrander committed Sep 20, 2022
1 parent ffa7959 commit 742a1e8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'] }}"

0 comments on commit 742a1e8

Please sign in to comment.