From 72fa104fcac27db0ba71ecea257ca952b433d216 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Mon, 28 Apr 2025 13:44:25 +0200 Subject: [PATCH] run integration tests on gh ci possible fix possible fix Revert "possible fix" This reverts commit 6484648153bf8f05485050f544b136e6ca9f0be9. Revert "possible fix" This reverts commit abb3a58c630bb0abab7c86a31be022496d4f3b4c. possible fix possible solution using ui interrupt monitor Revert "possible solution using ui interrupt monitor" This reverts commit ed28c85a37744e615c4bc464b3e8962d8c953be9. possible fix Revert "possible fix" This reverts commit 43039e73c1e1b70493f2e22aa20f925257d2e6de. fix --- .github/workflows/integration-tests.yml | 6 +++++- .github/workflows/unit_tests.yml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index b98e070aa..c7d9b1534 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -9,7 +9,7 @@ on: jobs: integration_tests: name: Integration Tests - runs-on: perf-only + runs-on: macos-15 concurrency: # Only allow a single run of this workflow on each branch, automatically cancelling older runs. @@ -17,6 +17,10 @@ jobs: cancel-in-progress: false steps: + # While fastlane has its own way of selecting Xcode, will only work inside fastlane, so we need to set it globally to allow other actions like xcresultparser to use the same Xcode version. + - name: Select Xcode 16.3 + run: sudo xcode-select -s /Applications/Xcode_16.3.app + - uses: actions/checkout@v4 - uses: actions/cache@v4 diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 7e0553325..57e522d9f 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -20,7 +20,7 @@ jobs: steps: # While fastlane has its own way of selecting Xcode, will only work inside fastlane, so we need to set it globally to allow other actions like xcresultparser to use the same Xcode version. - - name: Select XCode 16.3 + - name: Select Xcode 16.3 run: sudo xcode-select -s /Applications/Xcode_16.3.app - uses: nschloe/action-cached-lfs-checkout@f46300cd8952454b9f0a21a3d133d4bd5684cfc2 #v1.2.3