Skip to content

Commit d389f41

Browse files
committed
tests on Xcode 16 not 15
1 parent 568185e commit d389f41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)