From 49f8481a972c5e4e7a4cb89384fdcd750238fb82 Mon Sep 17 00:00:00 2001 From: Vladyslav Usenko Date: Tue, 24 Dec 2019 18:31:01 +0100 Subject: [PATCH] Disable elcapitan --- .gitlab-ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64e0464..48d6272 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,13 +163,13 @@ bionic-relwithdebinfo-compile: only: - master -elcapitan-relwithdebinfo-compile: - <<: *compile_test_definition - tags: [macos, "10.11"] - only: - - master - variables: - BUILD_TYPE: CiRelWithDebInfo +# elcapitan-relwithdebinfo-compile: +# <<: *compile_test_definition +# tags: [macos, "10.11"] +# only: +# - master +# variables: +# BUILD_TYPE: CiRelWithDebInfo mojave-relwithdebinfo-compile: <<: *compile_test_definition