summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/os-macos.yml18
1 files changed, 9 insertions, 9 deletions
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