mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 12:40:31 +00:00
CI: use macos-15-intel
screen must be disabled here because the Core Graphics API for screen capture is being deprecated/removed in macOS 15. closes <https://github.com/CESNET/UltraGrid/issues/485>
This commit is contained in:
4
.github/scripts/environment.sh
vendored
4
.github/scripts/environment.sh
vendored
@@ -104,6 +104,10 @@ case "$RUNNER_OS" in
|
||||
--enable-libbacktrace \
|
||||
--enable-syphon \
|
||||
"
|
||||
macos_major=$(sw_vers -productVersion | cut -d. -f1)
|
||||
if [ "$macos_major" -ge 15 ]; then
|
||||
FEATURES="$FEATURES --disable-screen"
|
||||
fi
|
||||
;;
|
||||
Windows)
|
||||
FEATURES="$FEATURES $CUDA_FEATURES --enable-dshow --enable-spout --enable-wasapi"
|
||||
|
||||
Reference in New Issue
Block a user