diff options
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r-- | .gitlab/os-macos.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 9971e4e..a79cc15 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -93,7 +93,7 @@ .macos_x86_64_builder_tags: tags: - cmake # Since this is a bare runner, pin to a project. - - macos + - macos-x86_64 - shell - xcode-14.2 - nonconcurrent @@ -101,7 +101,7 @@ .macos_x86_64_builder_tags_package: tags: - cmake # Since this is a bare runner, pin to a project. - - macos + - macos-x86_64 - shell - xcode-14.2 - nonconcurrent @@ -110,7 +110,7 @@ .macos_x86_64_builder_ext_tags: tags: - cmake # Since this is a bare runner, pin to a project. - - macos + - macos-x86_64 - shell - xcode-14.2 - concurrent |