diff options
Diffstat (limited to '.gitlab/os-windows.yml')
-rw-r--r-- | .gitlab/os-windows.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 64b595e..f1a1520 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -273,7 +273,7 @@ ## Tags -.windows_tags_nonconcurrent_vs2022: +.windows_x86_64_tags_nonconcurrent_vs2022: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -282,7 +282,7 @@ - msvc-19.34 - nonconcurrent -.windows_tags_nonconcurrent_vs2022_arm64: +.windows_x86_64_tags_nonconcurrent_vs2022_arm64: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -291,7 +291,7 @@ - msvc-19.34-arm64 - nonconcurrent -.windows_tags_concurrent_vs2022: +.windows_x86_64_tags_concurrent_vs2022: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -300,7 +300,7 @@ - msvc-19.34 - concurrent -.windows_tags_concurrent_vs2019: +.windows_x86_64_tags_concurrent_vs2019: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -309,7 +309,7 @@ - msvc-19.29-16.11 - concurrent -.windows_tags_concurrent: +.windows_x86_64_tags_concurrent: tags: - cmake # Since this is a bare runner, pin to a project. - windows |