Skip to content

Commit

Permalink
Set Xcode version on action
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Oct 28, 2023
1 parent 5a9e662 commit 184b236
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios-testflight-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
with:
fetch-depth: 0

- name: Xcode Select Version
uses: mobiledevops/xcode-select-version-action@v1
with:
xcode-select-version: 15.0.1

- name: set up JDK
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 184b236

Please sign in to comment.