Skip to content

Commit b206397

Browse files
committedOct 22, 2024··
Change android test runner to ubuntu
1 parent 70ab46a commit b206397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: '**/build/reports/tests/test*UnitTest'
6060

6161
androidTest:
62-
runs-on: macos-latest
62+
runs-on: ubuntu-latest
6363
env:
6464
CCDROIDX_RELEASE_KEYSTORE_PASSWORD: ${{ secrets.CCDROIDX_RELEASE_KEYSTORE_PASSWORD }}
6565
CCDROIDX_RELEASE_KEY_ALIAS: ${{ secrets.CCDROIDX_RELEASE_KEY_ALIAS }}

0 commit comments

Comments
 (0)
Please sign in to comment.