mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-07 23:28:00 +00:00
gitlab-ci: Move macOS packaging jobs to arm64 hosts
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
This commit is contained in:
@@ -957,7 +957,7 @@ b:macos-package:
|
||||
- .macos_package
|
||||
- .cmake_build_macos
|
||||
- .cmake_release_artifacts
|
||||
- .macos_x86_64_tags_package
|
||||
- .macos_arm64_tags_package
|
||||
- .run_only_for_package
|
||||
dependencies:
|
||||
- p:doc-package
|
||||
@@ -980,7 +980,7 @@ b:macos10.10-package:
|
||||
- .macos10.10_package
|
||||
- .cmake_build_macos
|
||||
- .cmake_release_artifacts
|
||||
- .macos_x86_64_tags_package
|
||||
- .macos_arm64_tags_package
|
||||
- .run_only_for_package
|
||||
dependencies:
|
||||
- p:doc-package
|
||||
|
||||
@@ -113,15 +113,6 @@
|
||||
- xcode-14.2
|
||||
- nonconcurrent
|
||||
|
||||
.macos_x86_64_tags_package:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos-x86_64
|
||||
- shell
|
||||
- xcode-14.2
|
||||
- nonconcurrent
|
||||
- finder
|
||||
|
||||
.macos_x86_64_tags_ext:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
@@ -146,6 +137,15 @@
|
||||
- xcode-14.2
|
||||
- concurrent
|
||||
|
||||
.macos_arm64_tags_package:
|
||||
tags:
|
||||
- cmake # Since this is a bare runner, pin to a project.
|
||||
- macos-arm64
|
||||
- shell
|
||||
- xcode-14.2
|
||||
- nonconcurrent
|
||||
- finder
|
||||
|
||||
## macOS-specific scripts
|
||||
|
||||
.before_script_macos: &before_script_macos
|
||||
|
||||
Reference in New Issue
Block a user