File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,9 +182,9 @@ task:
182
182
FILE_ENV : " ./ci/test/00_setup_env_mac_host.sh"
183
183
184
184
task :
185
- name : ' ARM64 Android APK [bionic ]'
185
+ name : ' ARM64 Android APK [focal ]'
186
186
<< : *GLOBAL_TASK_TEMPLATE
187
187
container :
188
- image : ubuntu:bionic
188
+ image : ubuntu:focal
189
189
env :
190
190
FILE_ENV : " ./ci/test/00_setup_env_android.sh"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
9
export HOST=aarch64-linux-android
10
10
export PACKAGES=" clang llvm unzip openjdk-8-jdk gradle"
11
11
export CONTAINER_NAME=ci_android
12
- export DOCKER_NAME_TAG=" ubuntu:bionic "
12
+ export DOCKER_NAME_TAG=" ubuntu:focal "
13
13
14
14
export RUN_UNIT_TESTS=false
15
15
export RUN_FUNCTIONAL_TESTS=false
You can’t perform that action at this time.
0 commit comments