Skip to content

Commit

Permalink
Swift to Xcode 16.1 to avoid the need to download the iOS 18.2 SDK se…
Browse files Browse the repository at this point in the history
…parately
  • Loading branch information
marcprux committed Mar 1, 2025
1 parent 2a79362 commit 188cf35
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 188cf35

Please sign in to comment.