diff --git a/.github/workflows/cron-checks.yml b/.github/workflows/cron-checks.yml index 5a54f02d1db..402eebacd8a 100644 --- a/.github/workflows/cron-checks.yml +++ b/.github/workflows/cron-checks.yml @@ -188,10 +188,10 @@ jobs: if: ${{ matrix.setup_runtime }} timeout-minutes: 60 run: | - git clone -b alvar/ios-18-quickfix https://github.com/alvar-bolt/xcodes + git clone -b fix-runtimes-download https://github.com/nicerloop/xcodes cd xcodes make install - # xcodes runtimes + xcodes runtimes sudo xcodes runtimes install 'iOS ${{ matrix.ios }}' --keep-archive - name: Run LLC Tests (Debug) run: bundle exec fastlane test device:"${{ matrix.device }} (${{ matrix.ios }})" cron:true