Skip to content

Commit

Permalink
Switch back to Xcode 16.2 and restore logic of installing iOS 18.2 si…
Browse files Browse the repository at this point in the history
…mulator manually
  • Loading branch information
marcprux committed Mar 1, 2025
1 parent 188cf35 commit c431e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/skip-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
env:
#DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
#DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
#DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
#DEVELOPER_DIR: /Applications/Xcode_16.1.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
steps:
- name: Cache Homebrew packages
uses: actions/cache@v4
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
# Because of https://github.com/actions/runner-images/issues/11335
#xcodebuild -downloadPlatform iOS -buildVersion 18.2
xcodebuild -downloadPlatform iOS -buildVersion 18.2
- name: Install Swift Android Toolchain
if: ${{ steps.setup.outputs.native-toolchain == 'required' }}
Expand Down

0 comments on commit c431e2f

Please sign in to comment.