Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/remoteconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
FirebaseRemoteConfig/Tests/Swift/AccessToken.json)
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Fake Console API Tests
run: scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} fakeconsole
- name: IntegrationTest
Expand All @@ -84,11 +84,9 @@ jobs:
build-env:
- os: macos-14
xcode: Xcode_16.2
# # TODO(#13078): Fix testing infra to enforce warnings again.
# tests: --allow-warnings
# Flaky tests on CI
- os: macos-15
xcode: Xcode_16.2
xcode: Xcode_16.3
tests: --skip-tests
runs-on: ${{ matrix.build-env.os }}
steps:
Expand All @@ -114,7 +112,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Setup quickstart
run: scripts/setup_quickstart.sh config
- name: Install Secret GoogleService-Info.plist
Expand Down Expand Up @@ -185,7 +183,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
run: sudo xcode-select -s /Applications/Xcode_16.3.app/Contents/Developer
- name: Setup Bundler
run: scripts/setup_bundler.sh
- name: PodLibLint RemoteConfig Cron
Expand Down
Loading