diff --git a/.github/workflows/e2e_ios.yml b/.github/workflows/e2e_ios.yml index e0c3f641f..5e397f400 100644 --- a/.github/workflows/e2e_ios.yml +++ b/.github/workflows/e2e_ios.yml @@ -16,7 +16,7 @@ concurrency: jobs: checksecret: name: check for oauth client - runs-on: macos-15 + runs-on: macos-26 outputs: is_SECRETS_PRESENT_set: ${{ steps.checksecret_job.outputs.is_SECRETS_PRESENT_set }} steps: @@ -31,7 +31,7 @@ jobs: build: needs: checksecret if: needs.checksecret.outputs.is_SECRETS_PRESENT_set == 'true' - runs-on: macos-15 + runs-on: macos-26 # Kill the task if not finished after 120 minutes timeout-minutes: 120 @@ -137,7 +137,7 @@ jobs: test: needs: build - runs-on: macos-15 + runs-on: macos-26 # Kill the task if not finished after 120 minutes timeout-minutes: 120 @@ -249,7 +249,7 @@ jobs: name: Notify Slack needs: test if: ${{ success() || failure() }} - runs-on: macos-15 + runs-on: macos-26 steps: - uses: iRoachie/slack-github-actions@v2.3.0 if: env.SLACK_WEBHOOK_URL != null