mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
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`.
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
.macos_x86_64_tags:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- nonconcurrent
|
||||
@@ -101,7 +101,7 @@
|
||||
.macos_x86_64_tags_package:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- nonconcurrent
|
||||
@@ -110,7 +110,7 @@
|
||||
.macos_x86_64_tags_ext:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.1
|
||||
- concurrent
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user