Skip to content

Commit fa97a17

Browse files
author
MarcoFalke
committed
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.
1 parent fac577d commit fa97a17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,9 @@ task:
182182
FILE_ENV: "./ci/test/00_setup_env_mac_host.sh"
183183

184184
task:
185-
name: 'ARM64 Android APK [bionic]'
185+
name: 'ARM64 Android APK [focal]'
186186
<< : *GLOBAL_TASK_TEMPLATE
187187
container:
188-
image: ubuntu:bionic
188+
image: ubuntu:focal
189189
env:
190190
FILE_ENV: "./ci/test/00_setup_env_android.sh"

ci/test/00_setup_env_android.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
export HOST=aarch64-linux-android
1010
export PACKAGES="clang llvm unzip openjdk-8-jdk gradle"
1111
export CONTAINER_NAME=ci_android
12-
export DOCKER_NAME_TAG="ubuntu:bionic"
12+
export DOCKER_NAME_TAG="ubuntu:focal"
1313

1414
export RUN_UNIT_TESTS=false
1515
export RUN_FUNCTIONAL_TESTS=false

0 commit comments

Comments
 (0)