[vlc-commits] [Git][videolan/vlc][3.0.x] CI: use monterey builder for macOS-arm64
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Jun 28 14:21:47 UTC 2022
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
3b3cb628 by Felix Paul Kühne at 2022-06-27T16:12:11+02:00
CI: use monterey builder for macOS-arm64
This updates the tag for CI jobs for macOS to match the current
infrastructure as there are no catalina builders left.
This change does not update the used SDK or Xcode version, it just
reflects the change of tag names.
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -301,8 +301,7 @@ macos-x86_64:
macos-arm64:
extends: .macos-common
tags:
- - amd64
- - catalina
+ - monterey
variables: *variables-macos-arm64
.nightly-macos-common:
@@ -327,8 +326,7 @@ nightly-macos-x86_64:
nightly-macos-arm64:
extends: .nightly-macos-common
tags:
- - amd64
- - catalina
+ - monterey
variables: *variables-macos-arm64
#
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3b3cb6287c9b9f06cc73b58b276fabaff7bde4e8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/3b3cb6287c9b9f06cc73b58b276fabaff7bde4e8
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