From 57eec337e83eead14a6a4f5d98ce893ed86719bb Mon Sep 17 00:00:00 2001 From: Nikolaus Demmel Date: Tue, 14 Dec 2021 04:15:49 +0100 Subject: [PATCH] ci: add monterey arm build --- .gitlab-ci.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48e9874..2a9d109 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -274,7 +274,15 @@ catalina-brewclang-relwithdebinfo-compile: bigsur-relwithdebinfo-compile: <<: *compile_test_definition - tags: [macos, "11"] + tags: [macos, "11", x86_64] + only: +# - master + variables: + BUILD_TYPE: CiRelWithDebInfo + +monterey-arm-relwithdebinfo-compile: + <<: *compile_test_definition + tags: [macos, "12", arm64] only: # - master variables: