1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-16 22:55:31 +01:00

Update some workflows to newer Ubuntu versions (#14668)

This commit is contained in:
sfan5
2024-06-03 20:39:02 +02:00
committed by GitHub
parent ec9c000be9
commit 87232358d3
9 changed files with 45 additions and 52 deletions

View File

@@ -29,13 +29,13 @@ on:
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends gettext openjdk-11-jdk-headless
sudo apt-get install -y --no-install-recommends gettext openjdk-17-jdk-headless
- name: Build AAB with Gradle
# We build an AAB as well for uploading to the the Play Store.
run: cd android; ./gradlew bundlerelease