Skip to content

Commit

Permalink
Configure CI to run on Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
justinseanmartin committed Sep 24, 2024
1 parent a3a3fb8 commit b51ab0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:

- name: Validate podspec
run: pod lib lint

build_macos14:
runs-on: macos-14
strategy:
Expand All @@ -24,6 +23,8 @@ jobs:
- { xcode_version: '14.3.1', simulator: 'name=iPhone 14,OS=16.4', run_extra_validations: 'false' }
- { xcode_version: '15.4', simulator: 'name=iPad Air (5th generation),OS=17.5', run_extra_validations: 'false' }
- { xcode_version: '15.4', simulator: 'name=iPhone 15,OS=17.5', run_extra_validations: 'true' }
- { xcode_version: '16.0', simulator: 'name=iPad Air (5th generation),OS=18.0', run_extra_validations: 'false' }
- { xcode_version: '16.0', simulator: 'name=iPhone 16,OS=18.0', run_extra_validations: 'true' }
steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down

0 comments on commit b51ab0e

Please sign in to comment.