diff --git a/.github/workflows/publishSonatype.yml b/.github/workflows/publishSonatype.yml index e14a925..bc58c95 100644 --- a/.github/workflows/publishSonatype.yml +++ b/.github/workflows/publishSonatype.yml @@ -8,7 +8,7 @@ on: jobs: publish: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -25,4 +25,4 @@ jobs: OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }} ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGKEY }} ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD }} - run: ./gradlew publishAllPublicationsToSonatypeRepository \ No newline at end of file + run: ./gradlew publishAllPublicationsToSonatypeRepository diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e88565..302567d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ on: jobs: jvm-tests: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -24,7 +24,7 @@ jobs: run: ./gradlew jvmTest android-tests: - runs-on: macos-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -39,4 +39,4 @@ jobs: uses: reactivecircus/android-emulator-runner@v2 with: api-level: 29 - script: ./gradlew connectedCheck \ No newline at end of file + script: ./gradlew connectedCheck