Skip to content

Commit

Permalink
📌 Pin the xcode version again
Browse files Browse the repository at this point in the history
Because apparently the default version, even on the OSX 13 runner, is now xcode 15
#1148 (comment)
  • Loading branch information
shankari committed Apr 28, 2024
1 parent 02abd93 commit 08dca5a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Print the xcode path
run: xcode-select --print-path

- name: Set xcode to 14.1
run: |
xcode-select --switch /Applications/Xcode_14.1.app
echo "After setting xcode version "`xcode-select --print-path`
- name: Print the xcode setup
run: xcodebuild -version -sdk

Expand Down

0 comments on commit 08dca5a

Please sign in to comment.