From fa97a17ac332d2270f80497d5660665e88ea621c Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 28 Mar 2021 13:50:18 +0200 Subject: ci: Bump Android cross-build to Ubuntu Focal This does not change behavior, but bumping to Focal now means it doesn't have to be done later when Bionic is no longer used and EOL. --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index e881e587bf..ae49843db1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -182,9 +182,9 @@ task: FILE_ENV: "./ci/test/00_setup_env_mac_host.sh" task: - name: 'ARM64 Android APK [bionic]' + name: 'ARM64 Android APK [focal]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:bionic + image: ubuntu:focal env: FILE_ENV: "./ci/test/00_setup_env_android.sh" -- cgit v1.2.3