Skip to content

Commit d3c23e6

Browse files
authored
fix(ci): Perf. int. tests need Xcode 16.4 and should run daily (#15242)
1 parent 52ae69a commit d3c23e6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/performance-integration-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
# - https://docs.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule
1313
# - https://crontab.guru/
1414
schedule:
15-
# Runs every 4 hours.
16-
- cron: '0 */4 * * *'
15+
# Runs once a day.
16+
- cron: '0 0 * * *'
1717

1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
cache_key: integration
3535
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
36+
- name: Xcode
37+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
3638
- name: Setup Bundler
3739
run: scripts/setup_bundler.sh
3840
- name: Install xcpretty

0 commit comments

Comments
 (0)