diff options
author | Brad King <brad.king@kitware.com> | 2020-12-10 15:17:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-12-10 15:55:17 (GMT) |
commit | 56a075eb5df3fc6a1bc400e1c1322985dc1ca3c9 (patch) | |
tree | b9c5ec9f6797217f7c82958bae47d09cb3de5f04 /.gitlab/artifacts.yml | |
parent | b184cc256b4eb0c140accc913dd3e62e08650c74 (diff) | |
download | CMake-56a075eb5df3fc6a1bc400e1c1322985dc1ca3c9.zip CMake-56a075eb5df3fc6a1bc400e1c1322985dc1ca3c9.tar.gz CMake-56a075eb5df3fc6a1bc400e1c1322985dc1ca3c9.tar.bz2 |
ci: update macOS package to produce universal binaries
Update our deployment target to macOS 10.10.
This is required by Qt 5.9.
Fixes: #21565
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 0506e99..589b16c 100644 --- a/.gitlab/artifacts.yml +++ b/.gitlab/artifacts.yml @@ -74,7 +74,7 @@ paths: # Any packages made. - build/cmake-*-Linux-x86_64.* - - build/cmake-*-Darwin-x86_64.* + - build/cmake-*-macos-universal.* # Any source packages made. - build/cmake-*.tar.gz - build/cmake-*.zip |