ci: use Ubuntu Focal for macOS cross build

This commit is contained in:
fanquake
2021-02-09 13:58:59 +08:00
parent d864696649
commit ac24af453d
2 changed files with 3 additions and 3 deletions

View File

@@ -160,10 +160,10 @@ task:
FILE_ENV: "./ci/test/00_setup_env_native_nowallet.sh"
task:
name: 'macOS 10.14 [gui, no tests] [bionic]'
name: 'macOS 10.14 [gui, no tests] [focal]'
<< : *GLOBAL_TASK_TEMPLATE
container:
image: ubuntu:bionic
image: ubuntu:focal
env:
FILE_ENV: "./ci/test/00_setup_env_mac.sh"