Skip to content

Commit

Permalink
Merge pull request #199 from badoo/CherryPerry-patch-1
Browse files Browse the repository at this point in the history
Use older macos agent to support Android emulator
  • Loading branch information
LachlanMcKee authored Sep 15, 2024
2 parents 96a08a7 + f9821f6 commit 1c59715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
instrumentation-tests:
name: Instrumentation tests
runs-on: macOS-latest
runs-on: macos-13
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
./gradlew connectedCheck
- name: Upload failed instrumentation artifacts
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: instrumentation-failures
path: |
Expand Down

0 comments on commit 1c59715

Please sign in to comment.