File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
6666 - os : macos-14
6767 xcode : Xcode_15.3
6868 # TODO(#13078): Fix testing infra to enforce warnings again.
69- tests : --allow-warnings
69+ tests : --allow-warnings --skip-tests
7070 # Flaky tests on CI
7171 - os : macos-15
7272 xcode : Xcode_16.1
73- tests : --skip-tests
73+ tests :
7474 runs-on : ${{ matrix.build-env.os }}
7575 steps :
7676 - uses : actions/checkout@v4
@@ -174,6 +174,8 @@ jobs:
174174 - uses : ruby/setup-ruby@v1
175175 - name : Setup Bundler
176176 run : scripts/setup_bundler.sh
177+ - name : Xcode
178+ run : sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
177179 - name : Setup project and Build for Catalyst
178180 run : scripts/test_catalyst.sh FirebaseRemoteConfig test FirebaseRemoteConfig-Unit-unit
179181
You can’t perform that action at this time.
0 commit comments