File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161 runs-on : macos-15
6262 steps :
6363 - uses : actions/checkout@v4
64- - name : Xcode 16.2
65- run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
64+ - name : Xcode 16.0
65+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
6666 - name : Build
6767 run : |
6868 cd ReleaseTooling
8181 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
8282 with :
8383 cache_key : package-head
84- - name : Xcode 16.2
85- run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
84+ - name : Xcode 16.0
85+ run : sudo xcode-select -s /Applications/Xcode_16.0 .app/Contents/Developer
8686 - uses : ruby/setup-ruby@v1
8787 - name : Setup Bundler
8888 run : ./scripts/setup_bundler.sh
You can’t perform that action at this time.
0 commit comments