File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 integration :
4343 # Don't run on private repo unless it is a PR.
4444 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
45- runs-on : macos-14
45+ runs-on : macos-15
4646 steps :
4747 - uses : actions/checkout@v4
4848 - uses : mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132132 target : macOS
133133 - os : macos-15
134134 xcode : Xcode_16
135- target : watchOS
135+ target : watchOS --skip-tests
136136 - os : macos-15
137137 xcode : Xcode_16
138138 target : catalyst
Original file line number Diff line number Diff line change 2424 matrix :
2525 language : [Swift, ObjC]
2626 include :
27- - os : macos-14
28- xcode : Xcode_15.4
27+ - os : macos-15
28+ xcode : Xcode_16
2929 env :
3030 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
3131 runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments