mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2025-12-23 22:18:36 -05:00
MOB-933 update GH Actions runner to macos-14
This commit is contained in:
6
.github/workflows/e2e_ios.yml
vendored
6
.github/workflows/e2e_ios.yml
vendored
@@ -16,7 +16,7 @@ concurrency:
|
||||
jobs:
|
||||
checksecret:
|
||||
name: check for oauth client
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
outputs:
|
||||
is_SECRETS_PRESENT_set: ${{ steps.checksecret_job.outputs.is_SECRETS_PRESENT_set }}
|
||||
steps:
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
test:
|
||||
needs: checksecret
|
||||
if: needs.checksecret.outputs.is_SECRETS_PRESENT_set == 'true'
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
# Kill the task if not finished after 120 minutes
|
||||
timeout-minutes: 120
|
||||
|
||||
@@ -146,7 +146,7 @@ jobs:
|
||||
name: Notify Slack
|
||||
needs: test
|
||||
if: ${{ success() || failure() }}
|
||||
runs-on: macos-13
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: iRoachie/slack-github-actions@v2.3.0
|
||||
if: env.SLACK_WEBHOOK_URL != null
|
||||
|
||||
Reference in New Issue
Block a user