summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-macos.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-30 16:17:24 (GMT)
committerBrad King <brad.king@kitware.com>2022-11-30 16:27:35 (GMT)
commitebbc3a81715d6b797d6ec8e7462986bc5b8add9f (patch)
tree14e81a958ba84edc07ec39cd8ccd89566e3fe1b8 /.gitlab/os-macos.yml
parent4f905d26bc3340d5c2dff5a64498438e06a5e511 (diff)
downloadCMake-ebbc3a81715d6b797d6ec8e7462986bc5b8add9f.zip
CMake-ebbc3a81715d6b797d6ec8e7462986bc5b8add9f.tar.gz
CMake-ebbc3a81715d6b797d6ec8e7462986bc5b8add9f.tar.bz2
gitlab-ci: remove unnecessary component of configuration entry names
The '_builder' part of tag entry names is not useful with our current naming conventions.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r--.gitlab/os-macos.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml
index 4b71a1b..e80d625 100644
--- a/.gitlab/os-macos.yml
+++ b/.gitlab/os-macos.yml
@@ -90,7 +90,7 @@
## Tags
-.macos_x86_64_builder_tags:
+.macos_x86_64_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos
@@ -98,7 +98,7 @@
- xcode-14.1
- nonconcurrent
-.macos_x86_64_builder_tags_package:
+.macos_x86_64_tags_package:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos
@@ -107,7 +107,7 @@
- nonconcurrent
- finder
-.macos_x86_64_builder_ext_tags:
+.macos_x86_64_ext_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos
@@ -115,7 +115,7 @@
- xcode-14.1
- concurrent
-.macos_arm64_builder_tags:
+.macos_arm64_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos-arm64
@@ -123,7 +123,7 @@
- xcode-14.1
- nonconcurrent
-.macos_arm64_builder_ext_tags:
+.macos_arm64_ext_tags:
tags:
- cmake # Since this is a bare runner, pin to a project.
- macos-arm64