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
This commit is contained in:
Stefan Ceriu
2025-11-21 11:14:06 +02:00
parent e3a842575b
commit 257c565f23

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
integration_tests: integration_tests:
name: Integration Tests name: Integration Tests
runs-on: macos-15 runs-on: macos-26
timeout-minutes: 45 timeout-minutes: 45
concurrency: concurrency: