summaryrefslogtreecommitdiff
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-09 11:19:50 -0400
committerBrad King <brad.king@kitware.com>2023-05-10 10:13:01 -0400
commit3a20a5f149a50c219f341a9623815443220a8b52 (patch)
tree6bf34c771bff99fa57a4a4840e53323170faba38 /.gitlab/os-macos.yml
parent5210b98ec276d4bb6e5dc2b7cca9abe84029cf69 (diff)
downloadcmake-3a20a5f149a50c219f341a9623815443220a8b52.tar.gz
gitlab-ci: Move macOS+Xcode universal binaries job to arm64
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 3e11fd1aa0..1579338a76 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -80,11 +80,11 @@
CMAKE_GENERATOR: Xcode
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"
-.macos_x86_64_xcode_ub:
+.macos_arm64_xcode_ub:
extends: .macos
variables:
- CMAKE_CONFIGURATION: macos_x86_64_xcode_ub
+ CMAKE_CONFIGURATION: macos_arm64_xcode_ub
CMAKE_GENERATOR: Xcode
CMAKE_CI_NIGHTLY_IGNORE_DEPS: "true"