From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 495114696C3 for ; Thu, 30 Apr 2020 15:48:06 +0300 (MSK) Date: Thu, 30 Apr 2020 15:47:54 +0300 From: Sergey Bronnikov Message-ID: <20200430124754.GA7897@pony.bronevichok.ru> References: <2a5703442ba9ecdfc91aaaaa3999c89fe149c15f.1588249334.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2a5703442ba9ecdfc91aaaaa3999c89fe149c15f.1588249334.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] gitlab-ci: add Catalina OSX 10.15 List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org On 15:23 Thu 30 Apr , Alexander V. Tikhonov wrote: > Added Catalina OSX 10.15 to gitlab-ci testing and removed OSX 10.13, > due to decided to have only 2 last major releases, for now it is > 10.14 and 10.15 OSX versions. Also changed the commit job for branches > from 10.14 to 10.15 OSX version. > > Close #4873 > --- LGTM