Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JHawk0224 authored Oct 13, 2023
1 parent c28068e commit 2139f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Select Xcode 15
# https://stackoverflow.com/questions/65821440/how-to-select-xcode-version-in-fastlane-when-using-github-actions
run: sudo xcode-select -s '/Applications/Xcode_15.app/Contents/Developer'
run: sudo xcode-select -s '/Applications/Xcode_15.0.app/Contents/Developer'
- name: Checkout repository
uses: actions/checkout@v2
- name: Create Config File
Expand Down

0 comments on commit 2139f48

Please sign in to comment.