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 b283126
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
run: pod lib lint

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

0 comments on commit b283126

Please sign in to comment.