Skip to content

Commit

Permalink
Run Android builds on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Mar 6, 2024
1 parent 22a2400 commit 32ac27d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
- os: ubuntu-latest
platform: linux
arch: x64
- os: ubuntu-22.04
- os: ubuntu-latest
platform: android
arch: x64
flags: --android-ndk 26.1.10909125 --android-api 34
- os: ubuntu-22.04
- os: ubuntu-latest
platform: android
arch: ia32
flags: --android-ndk 26.1.10909125 --android-api 34
- os: ubuntu-22.04
- os: ubuntu-latest
platform: android
arch: arm64
flags: --android-ndk 26.1.10909125 --android-api 34
- os: ubuntu-22.04
- os: ubuntu-latest
platform: android
arch: arm
flags: --android-ndk 26.1.10909125 --android-api 34
Expand Down

0 comments on commit 32ac27d

Please sign in to comment.