diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-06 09:42:02 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-10 14:05:27 -0600 |
commit | 8d1462c7484dd3fe55500d84268b0ad1048b9a7c (patch) | |
tree | f5fd2c9eaa47ff5a12fe7457f118fc0665024ad4 /.github/workflows/android_builds.yml | |
parent | 0f5f3bc9546b46b2029fc8896dc859697f1eab97 (diff) | |
download | redot-engine-8d1462c7484dd3fe55500d84268b0ad1048b9a7c.tar.gz |
CI: Update Linux runners to Ubuntu 24.04
Diffstat (limited to '.github/workflows/android_builds.yml')
-rw-r--r-- | .github/workflows/android_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android_builds.yml b/.github/workflows/android_builds.yml index d516c37d16..950e1e51cc 100644 --- a/.github/workflows/android_builds.yml +++ b/.github/workflows/android_builds.yml @@ -14,7 +14,7 @@ concurrency: jobs: build-android: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: ${{ matrix.name }} strategy: fail-fast: false |