File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1717
1818env :
1919 WORKSPACE : ${{ github.workspace }}
20- DEVELOPER_DIR : /Applications/Xcode_16.3 .app/Contents/Developer
20+ DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
2121 BUILD_NUMBER : ${{ github.event.inputs.buildNumber }}
2222 YEAR : ${{ github.event.inputs.buildYear }}
2323
6868 runner :
6969 - macos-15
7070 xcode :
71+ - Xcode_16.4
7172 - Xcode_16.3
7273 - Xcode_16.2
7374 - Xcode_16
@@ -136,7 +137,7 @@ jobs:
136137 - source-code
137138 runs-on : macos-15
138139 env :
139- DEVELOPER_DIR : /Applications/Xcode_16.3 .app/Contents/Developer
140+ DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
140141 steps :
141142 - run : CDR="$(basename "$(pwd)")" ; cd .. ; rm -rf "$CDR" ; mkdir -p "$CDR" ; cd "$CDR"
142143 - name : Set up emsdk
You can’t perform that action at this time.
0 commit comments