Skip to content

Commit

Permalink
bump java and ubuntu in android runner
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticviking committed Feb 28, 2025
1 parent c90e90a commit f41477f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- mobile-android
jobs:
build-android:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
EXPORT_DIR: ${{ 'export' }}
steps:
Expand All @@ -22,7 +22,7 @@ jobs:
name: Setup Java
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
#
- name: Setup Android SDK
uses: android-actions/setup-android@v3
Expand Down

0 comments on commit f41477f

Please sign in to comment.