Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into migrate_to_guava
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Oct 5, 2024
2 parents 658dcbf + 15c1166 commit 76531ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_e2e_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
jobs:
ios:
name: iOS
runs-on: macos-14
runs-on: macos-14-xlarge
# TODO matrix across APIs, at least 10 and 13 (lowest to highest)
timeout-minutes: 100
env:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
run: nohup sh -c "xcrun simctl spawn booted log stream --level debug --style compact > simulator.log 2>&1 &"

- name: E2E Test
timeout-minutes: 6
timeout-minutes: 12
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:/opt/homebrew/bin:$PATH"
export CCACHE_SLOPPINESS=clang_index_store,file_stat_matches,include_file_ctime,include_file_mtime,ivfsoverlay,pch_defines,modules,system_headers,time_macros
Expand Down

0 comments on commit 76531ab

Please sign in to comment.