Skip to content

Commit

Permalink
Combine android platforms, upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 27, 2024
1 parent 248aadb commit 381174f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Android Dependencies
uses: nttld/setup-ndk@v1
with:
ndk-version: r23c
ndk-version: r26d
link-to-sdk: true

- name: Setup Base Dependencies
Expand Down
16 changes: 5 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
identifier: [linux, windows, macos, ios, android-arm32, android-arm64]
identifier: [linux, windows, macos, ios, android]
target: [debug, release]
include:
- identifier: linux
Expand All @@ -44,17 +44,11 @@ jobs:
runner: macos-latest
arch: universal

- identifier: android-arm64
- identifier: android
platform: android
name: 🤖 Android Arm64
name: 🤖 Android Arm
runner: ubuntu-24.04
arch: arm64

- identifier: android-arm32
platform: android
name: 🤖 Android Arm32
runner: ubuntu-24.04
arch: arm32
arch: [arm32, arm64]

steps:
- name: Checkout Terrain3D
Expand All @@ -70,7 +64,7 @@ jobs:
if: ${{ matrix.platform == 'android' }}
uses: nttld/setup-ndk@v1
with:
ndk-version: r23c
ndk-version: r26d
link-to-sdk: true

- name: Setup Base Dependencies
Expand Down

0 comments on commit 381174f

Please sign in to comment.