From 257c565f23b67912f76d8ab746ead5162028073d Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 21 Nov 2025 11:14:06 +0200 Subject: [PATCH] Switch the integration tests to the macos-26 runner Fixes `No simulators found that are equal to the version of specifier (26.1) and greater than or equal to the version of deployment target (0)` errors --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 2a2436f1f..44dfa2e29 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: macos-15 + runs-on: macos-26 timeout-minutes: 45 concurrency: