Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Xcode 14 and iOS 16 running in KIF #1268

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.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'] }}"