File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ jobs:
106
106
run : sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
107
107
- name : Install visionOS, if needed.
108
108
if : matrix.platform == 'visionOS'
109
- run : ls $(xcode-select -p)/Platforms/XROS.platform || \
110
- { xcodebuild -downloadPlatform visionOS }
109
+ run :
110
+ xcodebuild -downloadPlatform visionOS
111
111
- name : Run setup command, if needed.
112
112
if : inputs.setup_command != ''
113
113
run : ${{ inputs.setup_command }}
Original file line number Diff line number Diff line change 86
86
matrix :
87
87
include :
88
88
- os : macos-15
89
- xcode : Xcode_16.2
89
+ xcode : Xcode_16.4
90
90
runs-on : ${{ matrix.os }}
91
91
env :
92
92
BRANCH_NAME : ${{ github.head_ref || github.ref_name || 'main' }}
You can’t perform that action at this time.
0 commit comments