Skip to content

Commit

Permalink
Change android test runner to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-paing committed Oct 22, 2024
1 parent 70ab46a commit b206397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: '**/build/reports/tests/test*UnitTest'

androidTest:
runs-on: macos-latest
runs-on: ubuntu-latest
env:
CCDROIDX_RELEASE_KEYSTORE_PASSWORD: ${{ secrets.CCDROIDX_RELEASE_KEYSTORE_PASSWORD }}
CCDROIDX_RELEASE_KEY_ALIAS: ${{ secrets.CCDROIDX_RELEASE_KEY_ALIAS }}
Expand Down

0 comments on commit b206397

Please sign in to comment.