diff options
author | fanquake <fanquake@gmail.com> | 2021-02-09 13:58:59 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-09 13:58:59 +0800 |
commit | ac24af453d16afd1993fa1f292aa41ae6b16f138 (patch) | |
tree | 0ad01a242a42245a4e5d0be9ca696cc65b68c099 /.cirrus.yml | |
parent | d8646966497f1e21c3b1aad7d9bdddc3d6229383 (diff) |
ci: use Ubuntu Focal for macOS cross build
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 801164c368..1eabca1b8b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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" |