diff options
author | Brad King <brad.king@kitware.com> | 2021-01-06 17:02:23 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 16:56:05 -0500 |
commit | 6410425e5b036dc643ea40343899c04cf8b2fc85 (patch) | |
tree | e02fc7fcaa7c608ad6c1352d80a3209ed0b7708c /.gitlab/artifacts.yml | |
parent | bbec5a03c820a9f5a397bc3310cba9f123dcfd57 (diff) | |
download | cmake-6410425e5b036dc643ea40343899c04cf8b2fc85.tar.gz |
ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+
In order to support modern macOS features like Dark Mode, we need to use
Qt 5.15, which requires macOS 10.13. However, we still want to support
macOS 10.10 as well, for which we need to use Qt 5.9. Build separate
macOS packages for these use cases.
Fixes: #21606
Issue: #20825
Diffstat (limited to '.gitlab/artifacts.yml')
-rw-r--r-- | .gitlab/artifacts.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/artifacts.yml b/.gitlab/artifacts.yml index 76ffd27713..87828e1ff4 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -75,7 +75,7 @@ # Any packages made. - build/cmake-*-Linux-x86_64.* - build/cmake-*-Linux-aarch64.* - - build/cmake-*-macos-universal.* + - build/cmake-*-macos*-universal.* # Any source packages made. - build/cmake-*.tar.gz - build/cmake-*.zip |