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: