From 8d7c24e0ad1de92a35143da913b62597c2b8ffd5 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Tue, 28 Dec 2021 21:16:39 -0800 Subject: [PATCH] Update Gitlab CI config --- .gitlab-ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df565f1f0..ccda7f68e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,8 @@ +.macos_saas_runners: + tags: + - shared-macos-amd64 + image: macos-11-xcode-13 + variables: GIT_SUBMODULE_STRATEGY: recursive @@ -5,6 +10,8 @@ stages: - build build_project: + extends: + - .macos_saas_runners stage: build script: - cp "$DEV_TEAM_FILE" Xcode-config/DEVELOPMENT_TEAM.xcconfig @@ -13,4 +20,4 @@ build_project: artifacts: paths: - ./CogBuilds/Cog.app.zip - expire_in: 1 week \ No newline at end of file + expire_in: 1 week