From 40a9d8ac06ff51a7e0900f121df29d5d8af9c59c Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Sat, 23 Jun 2018 07:19:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf206df21..807738c31 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ linux-stable: darwin: tags: - macos - - macos_10_12 + - xcode stage: build script: - cores_to_use=$((`nproc`-2)); if (( $cores_to_use < 1 )); then cores_to_use=1; fi