Skip to content

Commit

Permalink
jdk 21 for GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lamba92 committed Nov 13, 2024
1 parent c92809c commit 005000f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Install Rosetta 2
run: softwareupdate --install-rosetta --agree-to-license
- run: arch -x86_64 ./gradlew macosX64Test

native-tests:
strategy:
matrix:
Expand All @@ -42,7 +43,7 @@ jobs:
android-tests:
strategy:
matrix:
emu-arch: [x86, x86_64, arm64-v8a, armeabi-v7a]
emu-arch: [x86, x86_64, arm64-v8a]
runs-on: ubuntu-latest
name: Run Android tests on ${{ matrix.emu-arch }}
steps:
Expand Down

0 comments on commit 005000f

Please sign in to comment.