diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-03-28 13:50:18 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-03-28 20:05:46 +0200 |
commit | fa97a17ac332d2270f80497d5660665e88ea621c (patch) | |
tree | 7500368b743164b70f1a9737d72e55698ff35599 /.cirrus.yml | |
parent | fac577d42330e57c17540cabdb8be43c90b715d9 (diff) |
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.
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 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" |