From 557320af7c4cebbb6f0fb80fde8e6f7616390983 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:39:41 +0200 Subject: [PATCH] Update AndroidIntegrationTest.yml --- .github/workflows/AndroidIntegrationTest.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/AndroidIntegrationTest.yml b/.github/workflows/AndroidIntegrationTest.yml index 91dab7e..e470d60 100644 --- a/.github/workflows/AndroidIntegrationTest.yml +++ b/.github/workflows/AndroidIntegrationTest.yml @@ -11,7 +11,10 @@ env: jobs: androidIntegrationTest: - runs-on: ubuntu-latest + strategy: + matrix: + os: [ubuntu-latest, ubuntu-24.04] + runs-on: ${{ matrix.os }} steps: - name: Enable KVM group perms run: | @@ -24,6 +27,8 @@ jobs: with: distribution: 'temurin' java-version: 21 + - run: df - uses: gradle/actions/setup-gradle@v4 + - run: df - name: Run Android integration tests run: ./gradlew :kotlinx-uuid-core:allDevicesCheck -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect