From 08cdfca671cc5ad98d5a9af66cf70072e6da7859 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Fri, 15 Jan 2021 23:29:33 +1100 Subject: [PATCH] gitlab: update macos/ios tags for newer vm image Part-of: --- gitlab/ci_template.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 0a30441..106a34a 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -1034,7 +1034,7 @@ cerbero cross-android universal examples: CERBERO_OVERRIDDEN_DIST_DIR: "/Library/Frameworks/GStreamer.framework/Versions/1.0" CERBERO_HOST_DIR: "/Users/gst-ci/cerbero/" tags: - - gst-macos-10.15 + - gst-macos-11.1 artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}" expire_in: '5 days' @@ -1069,7 +1069,7 @@ build cerbero macos x86_64: HAVE_CCACHE: "" CERBERO_HOST_DIR: "/Users/gst-ci/cerbero/" tags: - - gst-ios-13.2 + - gst-ios-14.3 artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_SHA}" expire_in: '5 days' @@ -1185,7 +1185,7 @@ documentation: after_script: - rm -rf ${EXAMPLES_HOME}/gst-examples ${EXAMPLES_HOME}/gst-docs tags: - - gst-ios-13.2 + - gst-ios-14.3 cross-ios universal examples: extends: ".cross-ios universal examples" -- GitLab