Skip to content

Commit

Permalink
Merge branch 'feature/ui_updates' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 5, 2023
2 parents 8409701 + 5c65e10 commit 89036fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
deploy:
name: Deploying to Testflight
runs-on: macos-13
runs-on: macos-14
steps:
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_14.3.1.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.0.1.app/Contents/Developer'

- name: Checkout repository
uses: actions/[email protected]
Expand Down

0 comments on commit 89036fe

Please sign in to comment.