[vlc-commits] [Git][videolan/vlc][master] CI: fix macOS nightly runner tag
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Wed Jul  3 05:21:45 UTC 2024
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
135f1d22 by Steve Lhomme at 2024-07-03T04:43:25+00:00
CI: fix macOS nightly runner tag
Bring back the monterey tag after 482c5b4a3e972f5c0f4779ad44caacddca1d01e3.
Otherwise it's using the default tags (docker + amd64).
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -537,6 +537,8 @@ macos-arm64:
 
 .nightly-macos-common:
     extends: .macos-common
+    tags:
+        - monterey
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule"'
     after_script:
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/135f1d2255a739a8eebd1b27001a59f7d3b59fbe
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/135f1d2255a739a8eebd1b27001a59f7d3b59fbe
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list