summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-windows.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-11-30 16:30:04 (GMT)
committerBrad King <brad.king@kitware.com>2022-11-30 16:32:31 (GMT)
commit33fe37a660358c1a565456802e9b2187bda05e4f (patch)
treeb3ce8c6413554d27c41cac08860dc66492ce00a4 /.gitlab/os-windows.yml
parent94d82d91d54a2b5b66517dca491d71e6c5d88a99 (diff)
downloadCMake-33fe37a660358c1a565456802e9b2187bda05e4f.zip
CMake-33fe37a660358c1a565456802e9b2187bda05e4f.tar.gz
CMake-33fe37a660358c1a565456802e9b2187bda05e4f.tar.bz2
gitlab-ci: replace '{macos,windows}' tags with '{macos,windows}-x86_64'
The latter tags are now available on our CI runners to more explicitly distinguish `{macos,windows}-x86_64` from `{macos,windows}-arm64`.
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r--.gitlab/os-windows.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml
index f1a1520..22d731a 100644
--- a/.gitlab/os-windows.yml
+++ b/.gitlab/os-windows.yml
@@ -276,7 +276,7 @@
.windows_x86_64_tags_nonconcurrent_vs2022:
tags:
- cmake # Since this is a bare runner, pin to a project.
- - windows
+ - windows-x86_64
- shell
- vs2022
- msvc-19.34
@@ -285,7 +285,7 @@
.windows_x86_64_tags_nonconcurrent_vs2022_arm64:
tags:
- cmake # Since this is a bare runner, pin to a project.
- - windows
+ - windows-x86_64
- shell
- vs2022
- msvc-19.34-arm64
@@ -294,7 +294,7 @@
.windows_x86_64_tags_concurrent_vs2022:
tags:
- cmake # Since this is a bare runner, pin to a project.
- - windows
+ - windows-x86_64
- shell
- vs2022
- msvc-19.34
@@ -303,7 +303,7 @@
.windows_x86_64_tags_concurrent_vs2019:
tags:
- cmake # Since this is a bare runner, pin to a project.
- - windows
+ - windows-x86_64
- shell
- vs2019
- msvc-19.29-16.11
@@ -312,7 +312,7 @@
.windows_x86_64_tags_concurrent:
tags:
- cmake # Since this is a bare runner, pin to a project.
- - windows
+ - windows-x86_64
- shell
- concurrent