From 7eeca582ed58e51563627cae389ed4efae6ad88e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 4 May 2023 14:29:09 -0400 Subject: gitlab-ci: Move macOS packaging jobs to arm64 hosts Over time we are adding `arm64` hosts and removing `x86_64` hosts. --- .gitlab/os-macos.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitlab') diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 6f0bea58e2..f6fea3de32 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 -- cgit v1.2.1