diff options
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab/os-windows.yml b/.gitlab/os-windows.yml index 8037b33..91d62ac 100644 --- a/.gitlab/os-windows.yml +++ b/.gitlab/os-windows.yml @@ -54,7 +54,7 @@ ## Tags -.windows_builder_tags: +.windows_tags_nonconcurrent_vs2019: tags: - cmake # Since this is a bare runner, pin to a project. - windows @@ -63,7 +63,7 @@ - msvc-19.29-16.11 - nonconcurrent -.windows_builder_ext_tags: +.windows_tags_concurrent_vs2019: tags: - cmake # Since this is a bare runner, pin to a project. - windows |