diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-02-08 14:15:13 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2023-02-08 14:15:13 +0000 |
commit | 887bb53b6748aef5c3a53a7764c588c9394c8713 (patch) | |
tree | 80a12450cecc056522fb816d4e49f12ef6eab584 /.cirrus.yml | |
parent | de1d1895346ed27f471386011d7ff64508f8b39c (diff) |
ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 64fcd82c2b..1ff2a46a3f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -333,7 +333,7 @@ task: FILE_ENV: "./ci/test/00_setup_env_mac_native_arm64.sh" task: - name: 'ARM64 Android APK [focal]' + name: 'ARM64 Android APK [jammy]' << : *BASE_TEMPLATE android_sdk_cache: folder: "depends/SDKs/android" @@ -343,7 +343,7 @@ task: fingerprint_script: git rev-list -1 HEAD ./depends << : *MAIN_TEMPLATE container: - image: ubuntu:focal + image: ubuntu:jammy env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_android.sh" |