diff options
author | fanquake <fanquake@gmail.com> | 2022-02-09 11:53:36 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-02-18 15:19:05 +0000 |
commit | a1515cdd9683942d733ff509b785cb3ca73c7a30 (patch) | |
tree | 91daada964f6d73c2777e844ab3a38be95ff5b6d /.cirrus.yml | |
parent | 66636ca438cb65fb18bcaa4540856cef0cee2029 (diff) |
ci: use Ubuntu Jammy for Windows CI
This means we'll compile using GCC 10.3.x and mingw-w64 8.0.0 which
better matches our Guix release environment.
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 5624c97d56..31bdb66e98 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -176,10 +176,10 @@ task: QEMU_USER_CMD: "" # Disable qemu and run the test natively task: - name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [focal]' + name: 'Win64 [unit tests, no gui tests, no boost::process, no functional tests] [jammy]' << : *GLOBAL_TASK_TEMPLATE container: - image: ubuntu:focal + image: ubuntu:jammy env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV FILE_ENV: "./ci/test/00_setup_env_win64.sh" |