aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-08 14:15:13 +0000
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-02-08 14:15:13 +0000
commit887bb53b6748aef5c3a53a7764c588c9394c8713 (patch)
tree80a12450cecc056522fb816d4e49f12ef6eab584
parentde1d1895346ed27f471386011d7ff64508f8b39c (diff)
ci: Use the latest Ubuntu LTS for "ARM64 Android APK" task
-rw-r--r--.cirrus.yml4
-rwxr-xr-xci/test/00_setup_env_android.sh2
2 files changed, 3 insertions, 3 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"
diff --git a/ci/test/00_setup_env_android.sh b/ci/test/00_setup_env_android.sh
index e1830b4f49..1834bd0bc4 100755
--- a/ci/test/00_setup_env_android.sh
+++ b/ci/test/00_setup_env_android.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
export HOST=aarch64-linux-android
export PACKAGES="unzip openjdk-8-jdk gradle"
export CONTAINER_NAME=ci_android
-export CI_IMAGE_NAME_TAG="ubuntu:focal"
+export CI_IMAGE_NAME_TAG="ubuntu:jammy"
export RUN_UNIT_TESTS=false
export RUN_FUNCTIONAL_TESTS=false