From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id AA16E469719 for ; Wed, 14 Oct 2020 00:21:31 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 14 Oct 2020 00:21:27 +0300 Message-Id: <09afd52172ef5282b97f18ce62b07646d6690681.1602623910.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1] gitlab-ci: add OSX 13 to testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin , Igor Munkin Cc: tarantool-patches@dev.tarantool.org Restored OSX 13 testing to pass homebrew commit criteria. Added MACOSX_DEPLOYMENT_TARGET=10.13 environment. Closes #5374 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/mac-13 Issue: https://github.com/tarantool/tarantool/issues/5374 .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a75edb5e..a346bdb3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,6 +213,13 @@ release_asan_clang8: script: - ${GITLAB_MAKE} test_asan_debian_no_deps +osx_13_release: + tags: + - osx_13 + variables: + MACOSX_DEPLOYMENT_TARGET: '10.13' + <<: *osx_definition + osx_14_release: tags: - osx_14 -- 2.25.1