Skip to content

Commit a3a39a6

Browse files
committed
back to Xcode 15 for rtdb integration
1 parent bb75160 commit a3a39a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/database.yml

Lines changed: 3 additions & 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-15
45+
runs-on: macos-14
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -53,6 +53,8 @@ jobs:
5353
run: scripts/setup_bundler.sh
5454
- name: Install xcpretty
5555
run: gem install xcpretty
56+
- name: Xcode
57+
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
5658
- name: IntegrationTest
5759
# Only iOS to mitigate flakes.
5860
run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration

0 commit comments

Comments
 (0)