Skip to content
Snippets Groups Projects

CI: switch to Xcode 15.4 from 13.4 for the 4.0 branch

Merged Felix Paul Kühne requested to merge fkuehne/VLCKit:xcode154-runner into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -12,7 +12,7 @@ variables:
.continous-job-base-main:
tags:
- macos-m1
- macos-xcode15
stage: build
only:
- merge_requests
@@ -27,7 +27,7 @@ continous-MobileVLCKit-main:
- .continous-job-base-main
- .continous-build-base-main
variables:
BUILD_PARAM: "vf7"
BUILD_PARAM: "vf"
JOB_NAME: "MobileVLCKit"
continous-TVVLCKit-main:
@@ -54,7 +54,7 @@ continous-VLCKit-main:
.dev-artifacts-job-base-main:
tags:
- macos-m1
- macos-xcode15
rules:
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_PATH == "videolan/VLCKit"'
- if: '$CI_COMMIT_TAG'
@@ -104,7 +104,7 @@ dev-artifacts-VLCKit-main:
.release-job-base-main:
tags:
- macos-m1
- macos-xcode15
stage: release
only:
- tags
Loading