[vlc-commits] CI: Do not use macos tag to select gitlab runners
Konstantin Pavlov
git at videolan.org
Sun Mar 8 17:31:40 CET 2020
vlc/vlc-3.0 | branch: master | Konstantin Pavlov <thresh at videolan.org> | Sun Mar 8 19:30:38 2020 +0300| [e2d51f3bf96ff6d607a7fd3edffe1fcb8bbc1cb8] | committer: Konstantin Pavlov
CI: Do not use macos tag to select gitlab runners
The tag was removed from the old-macmini runner.
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e2d51f3bf96ff6d607a7fd3edffe1fcb8bbc1cb8
---
extras/ci/gitlab-ci.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/extras/ci/gitlab-ci.yml b/extras/ci/gitlab-ci.yml
index 0bf0a19b7b..98574211e7 100644
--- a/extras/ci/gitlab-ci.yml
+++ b/extras/ci/gitlab-ci.yml
@@ -137,7 +137,6 @@ debian:
macos:
extends: .base-template
tags:
- - macos
- old-macmini
script: |
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
More information about the vlc-commits
mailing list