diff options
author | Brad King <brad.king@kitware.com> | 2023-05-04 18:29:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-09 18:32:24 (GMT) |
commit | 7eeca582ed58e51563627cae389ed4efae6ad88e (patch) | |
tree | 3384c12e1cbb1aaa6cd89056ca2f5bb99152db7b /.gitlab | |
parent | a2fba5967a1fd32dd75681c375fc7ea122f2cb38 (diff) | |
download | CMake-7eeca582ed58e51563627cae389ed4efae6ad88e.zip CMake-7eeca582ed58e51563627cae389ed4efae6ad88e.tar.gz CMake-7eeca582ed58e51563627cae389ed4efae6ad88e.tar.bz2 |
gitlab-ci: Move macOS packaging jobs to arm64 hosts
Over time we are adding `arm64` hosts and removing `x86_64` hosts.
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 |