[vlc-commits] [Git][videolan/vlc][master] CI: use the same tag for arm64 macos nightlies as the regular builds

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Jul 19 10:59:25 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
903592a2 by Steve Lhomme at 2024-07-19T09:50:53+00:00
CI: use the same tag for arm64 macos nightlies as the regular builds

Otherwise the nightly is using prebuilt contribs from a mismatching toolchain.

- - - - -


1 changed file:

- extras/ci/gitlab-ci.yml


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -537,8 +537,6 @@ macos-arm64:
 
 .nightly-macos-common:
     extends: .macos-common
-    tags:
-        - monterey
     rules:
         - if: '$CI_PIPELINE_SOURCE == "schedule"'
     after_script:
@@ -552,10 +550,14 @@ macos-arm64:
 
 nightly-macos-x86_64:
     extends: .nightly-macos-common
+    tags:
+        - monterey
     variables: *variables-macos-x86_64
 
 nightly-macos-arm64:
     extends: .nightly-macos-common
+    tags:
+        - macos-xcode15
     variables: *variables-macos-arm64
 
 #



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/903592a2b19303e4872a2273dcdc78ab9cc7b01e

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/903592a2b19303e4872a2273dcdc78ab9cc7b01e
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