Skip to content

Commit 9f87064

Browse files
committed
Tweaks for flaky tests
1 parent 36da449 commit 9f87064

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/database.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

.github/workflows/remoteconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)