We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb75160 commit a3a39a6Copy full SHA for a3a39a6
.github/workflows/database.yml
@@ -42,7 +42,7 @@ jobs:
42
integration:
43
# Don't run on private repo unless it is a PR.
44
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
45
- runs-on: macos-15
+ runs-on: macos-14
46
steps:
47
- uses: actions/checkout@v4
48
- uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126
@@ -53,6 +53,8 @@ jobs:
53
run: scripts/setup_bundler.sh
54
- name: Install xcpretty
55
run: gem install xcpretty
56
+ - name: Xcode
57
+ run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
58
- name: IntegrationTest
59
# Only iOS to mitigate flakes.
60
run: scripts/third_party/travis/retry.sh scripts/build.sh Database iOS integration
0 commit comments