Skip to content

Commit

Permalink
revert android
Browse files Browse the repository at this point in the history
  • Loading branch information
TokisanGames committed Dec 27, 2024
1 parent 2a39684 commit 5b0816d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ workflow_call, workflow_dispatch ]
jobs:
build:
name: 🤖 Android ${{ matrix.arch }} ${{ matrix.target }}
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
16 changes: 11 additions & 5 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]
identifier: [linux, windows, macos, ios, android-arm32, android-arm64]
target: [debug, release]
include:
- identifier: linux
Expand All @@ -44,11 +44,17 @@ jobs:
runner: macos-latest
arch: universal

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

- identifier: android-arm32
platform: android
name: 🤖 Android Arm32
runner: ubuntu-22.04
arch: arm32

steps:
- name: Checkout Terrain3D
Expand Down

0 comments on commit 5b0816d

Please sign in to comment.