diff --git a/.github/workflows/beta-release.yml b/.github/workflows/beta-release.yml index ad15bf3f85..eb551725bf 100644 --- a/.github/workflows/beta-release.yml +++ b/.github/workflows/beta-release.yml @@ -121,7 +121,7 @@ jobs: build-ios: needs: prepare if: ${{ !inputs.skip_ios }} - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af0fc49feb..e15e6e7aad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: build-ios-framework: needs: [swift-lint] - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 @@ -186,7 +186,7 @@ jobs: build-ios: needs: [build-ios-framework] - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 @@ -233,7 +233,7 @@ jobs: ios-snapshot-test: needs: [build-ios-framework] - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 diff --git a/.github/workflows/daily-build.yml b/.github/workflows/daily-build.yml index 376e14d371..1078cc7822 100644 --- a/.github/workflows/daily-build.yml +++ b/.github/workflows/daily-build.yml @@ -113,7 +113,7 @@ jobs: build-ios: needs: prepare - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f07b57077..519a6b20a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: build-ios: needs: prepare - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 60 env: FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 60