Skip to content

Commit

Permalink
Bump to macOS 14 and Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
justinseanmartin committed Aug 8, 2024
1 parent 2b33c30 commit d41b880
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: pod lib lint

build_xcode14:
runs-on: macos-12
runs-on: macos-13
strategy:
matrix:
run-config:
Expand Down Expand Up @@ -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 Pro (12.9-inch) (5th generation),OS=16.2' }
- { xcode_version: '15.4', simulator: 'name=iPhone 14,OS=16.2' }
steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down

0 comments on commit d41b880

Please sign in to comment.