diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f241ff..b3fa511 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: run: ./gradlew test ## 4 android_tests: - runs-on: [ macos-latest ] + runs-on: [ ubuntu-latest ] steps: - uses: actions/checkout@v2