ci: add monterey arm build

This commit is contained in:
Nikolaus Demmel 2021-12-14 04:15:49 +01:00
parent 412229a2c5
commit 57eec337e8
1 changed files with 9 additions and 1 deletions

View File

@ -274,7 +274,15 @@ catalina-brewclang-relwithdebinfo-compile:
bigsur-relwithdebinfo-compile: bigsur-relwithdebinfo-compile:
<<: *compile_test_definition <<: *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: only:
# - master # - master
variables: variables: