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 3636 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
3737 with :
3838 cache_key : package-release
39- - name : Xcode 16.1
40- run : sudo xcode-select -s /Applications/Xcode_16.1 .app/Contents/Developer
39+ - name : Xcode 16.2
40+ run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
4141 - uses : ruby/setup-ruby@v1
4242 - name : Setup Bundler
4343 run : ./scripts/setup_bundler.sh
@@ -511,8 +511,8 @@ jobs:
511511 FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
512512 runs-on : macos-14
513513 steps :
514- - name : Xcode 16.1
515- run : sudo xcode-select -s /Applications/Xcode_16.1 .app/Contents/Developer
514+ - name : Xcode 16.2
515+ run : sudo xcode-select -s /Applications/Xcode_16.2 .app/Contents/Developer
516516 - uses : actions/checkout@v4
517517 - name : Get framework dir
518518 uses : actions/download-artifact@v4.1.7
You can’t perform that action at this time.
0 commit comments