Update e2e_ios.yml

This commit is contained in:
Johannes Klein
2026-05-23 23:07:04 +02:00
parent 5086db09cc
commit 476e83ccba

View File

@@ -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