Skip to content

Commit

Permalink
removing xcode 13 and adding xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalPineapple committed Aug 6, 2024
1 parent 8757ba8 commit c922d72
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 @@ -53,13 +53,13 @@ jobs:
- name: Build & Test
run: ./scripts/ci.sh "${{ matrix.run-config['simulator'] }}"

build:
runs-on: macos-11
build_xcode15:
runs-on: macos-13
strategy:
matrix:
run-config:
- { xcode_version: '13.0', simulator: 'name=iPhone SE (2nd generation),OS=15.0' }
- { xcode_version: '13.0', simulator: 'name=iPad Pro (12.9-inch) (5th generation),OS=15.0' }
- { 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' }
steps:
- name: Checkout Project
uses: actions/checkout@v1
Expand Down

0 comments on commit c922d72

Please sign in to comment.