Skip to content

Commit

Permalink
Use older runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jtklein committed Jun 14, 2024
1 parent 0b4fd6d commit 6472b64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
checksecret:
name: check for oauth client
runs-on: macos-latest
runs-on: macos-13
outputs:
is_SECRETS_PRESENT_set: ${{ steps.checksecret_job.outputs.is_SECRETS_PRESENT_set }}
steps:
Expand All @@ -24,7 +24,7 @@ jobs:
test:
needs: checksecret
if: needs.checksecret.outputs.is_SECRETS_PRESENT_set == 'true'
runs-on: macos-latest
runs-on: macos-13
# Kill the task if not finished after 60 minutes
timeout-minutes: 60

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
name: Notify Slack
needs: test
if: ${{ success() || failure() }}
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: iRoachie/slack-github-actions@v2.3.0
if: env.SLACK_WEBHOOK_URL != null
Expand Down

0 comments on commit 6472b64

Please sign in to comment.