Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
bump reactivecircus/android-emulator-runner action and force it to us…
Browse files Browse the repository at this point in the history
…e older ubuntu

it breaks on ubuntu-24.04 which is now ubuntu-latest: ReactiveCircus/android-emulator-runner#400
  • Loading branch information
finn-block committed Oct 10, 2024
1 parent 9cad6f1 commit 70e4893
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: discover all examples
id: build-matrix
run: node .github/generate-test-steps.js >> "$GITHUB_OUTPUT"

javascript:
name: JavaScript / ${{ matrix.example.name }}
needs: all
Expand All @@ -43,7 +43,7 @@ jobs:
kotlin:
name: Kotlin / ${{ matrix.example.name }}
needs: all
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -59,8 +59,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
with:
java-version: '17'
distribution: 'adopt'
java-version: "17"
distribution: "adopt"
- name: Cache Gradle packages
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
with:
Expand All @@ -77,7 +77,7 @@ jobs:
working-directory: ${{ matrix.example.directory }}
if: matrix.example.test.pre != null
- name: test in android emulator
uses: reactivecircus/android-emulator-runner@77986be26589807b8ebab3fde7bbf5c60dabec32 # v2.31.0
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # v3.32.0
with:
api-level: 29
script: ${{ matrix.example.tests.command }}
Expand Down

0 comments on commit 70e4893

Please sign in to comment.