Skip to content

Commit

Permalink
Use xcode 15 to get ios 17 sdk on builds (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isla Koenigsknecht authored and islathehut committed Jul 3, 2024
1 parent 360bfa9 commit 3b4fc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-deploy-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [macos-12]
os: [macos-latest]

steps:
- name: "Print OS"
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Setup XCode
uses: maxim-lobanov/setup-xcode@9a697e2b393340c3cacd97468baa318e4c883d98 # v1.5.1
with:
xcode-version: '14.2'
xcode-version: '15.2'

- name: Setup environment
uses: ./.github/actions/setup-env
Expand Down

0 comments on commit 3b4fc30

Please sign in to comment.