summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2021-01-15 23:29:33 +1100
committerMatthew Waters <matthew@centricular.com>2021-01-15 23:29:33 +1100
commit08cdfca671cc5ad98d5a9af66cf70072e6da7859 (patch)
tree879b1aedc85e2912955ddb5ee4a6dd5eef3ce955
parent3ec559700a97a8225b634dec5b178a5b9b353d4a (diff)
gitlab: update macos/ios tags for newer vm image
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/389>
-rw-r--r--gitlab/ci_template.yml6
1 files 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"