Skip to content

Commit

Permalink
use newer image
Browse files Browse the repository at this point in the history
  • Loading branch information
serggl committed Jul 11, 2024
1 parent 72ed995 commit d528ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/connected-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run-connected-checks:
# put [skip ci] into the commit message if you don't want to run this workflow

runs-on: macos-latest
runs-on: macos-13

timeout-minutes: 15

Expand All @@ -39,7 +39,7 @@ jobs:
- name: Run connectedCheck
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 31
api-level: 33
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck

0 comments on commit d528ccd

Please sign in to comment.