mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-02 12:48:01 -04:00
Update e2e_ios.yml
This commit is contained in:
8
.github/workflows/e2e_ios.yml
vendored
8
.github/workflows/e2e_ios.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user