commit | bcca8fbd4f2a0256345c5263de81620274f4fdfb | [log] [tgz] |
---|---|---|
author | Sergiu Deitsch <sergiu.deitsch@gmail.com> | Mon Feb 17 21:51:11 2025 +0100 |
committer | Sergiu Deitsch <sergiu.deitsch@gmail.com> | Mon Feb 17 17:09:44 2025 -0800 |
tree | 5644e10cfb1e93f6af0813810ff8579b68f834d7 | |
parent | cd8c1074b2bdcfb7f25c417f7de2025645d29823 [diff] |
Use ubuntu-24.04 Github runner in Android Github workflow The ubuntu-20.04 actions runner image is deprecated will be fully unsupported by 2025-04-01 (see https://github.com/actions/runner-images/issues/11101). Change-Id: Ib6e25b5eef020aa5f3f183638725f7702903954a
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d90a9bf..2251a2a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml
@@ -17,7 +17,7 @@ fail-fast: true matrix: os: - - ubuntu-20.04 + - ubuntu-24.04 abi: - arm64-v8a - armeabi-v7a