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 @@ -333,7 +333,7 @@ task:
333
333
FILE_ENV : " ./ci/test/00_setup_env_mac_native_arm64.sh"
334
334
335
335
task :
336
- name : ' ARM64 Android APK [focal ]'
336
+ name : ' ARM64 Android APK [jammy ]'
337
337
<< : *BASE_TEMPLATE
338
338
android_sdk_cache :
339
339
folder : " depends/SDKs/android"
@@ -343,7 +343,7 @@ task:
343
343
fingerprint_script : git rev-list -1 HEAD ./depends
344
344
<< : *MAIN_TEMPLATE
345
345
container :
346
- image : ubuntu:focal
346
+ image : ubuntu:jammy
347
347
env :
348
348
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
349
349
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=" unzip openjdk-8-jdk gradle"
11
11
export CONTAINER_NAME=ci_android
12
- export CI_IMAGE_NAME_TAG=" ubuntu:focal "
12
+ export CI_IMAGE_NAME_TAG=" ubuntu:jammy "
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