From c2826ca8786af19eedb0e521d1bc18f19816ad73 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 22 Jun 2018 16:41:20 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a87fcae0a..bf206df21 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: linux-stable: tags: - - debian + - docker - linux image: gcc @@ -37,8 +37,8 @@ linux-stable: - build/artifacts/ darwin: tags: - - xcode_7-2 - - osx_10-11 + - macos + - macos_10_12 stage: build script: - cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi