diff options
author | Brad King <brad.king@kitware.com> | 2022-11-30 16:26:34 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-30 16:27:56 (GMT) |
commit | e8c6e06815fe17f6035499645524e3b178ce9ebf (patch) | |
tree | 01f011cee1cd70c172bbd3ff9d02adfdff6425a2 /.gitlab/os-macos.yml | |
parent | ebbc3a81715d6b797d6ec8e7462986bc5b8add9f (diff) | |
download | CMake-e8c6e06815fe17f6035499645524e3b178ce9ebf.zip CMake-e8c6e06815fe17f6035499645524e3b178ce9ebf.tar.gz CMake-e8c6e06815fe17f6035499645524e3b178ce9ebf.tar.bz2 |
gitlab-ci: rename tag configuration entries to start in '$os_$arch_tags'
This groups their definitions nicely, and makes their purpose more
clear from reference sites.
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r-- | .gitlab/os-macos.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index e80d625..1969ad8 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -107,7 +107,7 @@ - nonconcurrent - finder -.macos_x86_64_ext_tags: +.macos_x86_64_tags_ext: tags: - cmake # Since this is a bare runner, pin to a project. - macos @@ -123,7 +123,7 @@ - xcode-14.1 - nonconcurrent -.macos_arm64_ext_tags: +.macos_arm64_tags_ext: tags: - cmake # Since this is a bare runner, pin to a project. - macos-arm64 |