diff options
author | Brad King <brad.king@kitware.com> | 2023-05-10 13:39:59 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-10 13:40:10 (GMT) |
commit | 8383f44370d9aa72611a9537cd6be9209f2c71ed (patch) | |
tree | 88342ed4ad10b37fd222550acf1bca89fe514162 /.gitlab | |
parent | 043ce95abf7f874e54aa039c8a8a4a4bacf43045 (diff) | |
parent | 7eeca582ed58e51563627cae389ed4efae6ad88e (diff) | |
download | CMake-8383f44370d9aa72611a9537cd6be9209f2c71ed.zip CMake-8383f44370d9aa72611a9537cd6be9209f2c71ed.tar.gz CMake-8383f44370d9aa72611a9537cd6be9209f2c71ed.tar.bz2 |
Merge topic 'ci-macos-package'
7eeca582ed gitlab-ci: Move macOS packaging jobs to arm64 hosts
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8464
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/os-macos.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 6f0bea5..f6fea3d 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -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 |