File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
- uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
37
37
with :
38
38
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
41
41
- uses : ruby/setup-ruby@v1
42
42
- name : Setup Bundler
43
43
run : ./scripts/setup_bundler.sh
@@ -511,8 +511,8 @@ jobs:
511
511
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT : 1
512
512
runs-on : macos-14
513
513
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
516
516
- uses : actions/checkout@v4
517
517
- name : Get framework dir
518
518
uses : actions/download-artifact@v4.1.7
You can’t perform that action at this time.
0 commit comments