From 8681eb025158289764f816915e354f3c9991f6db Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Tue, 27 Dec 2022 11:10:02 +0000 Subject: [PATCH] CI : remove mention to wxWidgets in MAC build-dependencies --- .../scripts/macos/build-dependencies.sh | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/scripts/macos/build-dependencies.sh b/.github/workflows/scripts/macos/build-dependencies.sh index d37d6e005a..4e3f035770 100755 --- a/.github/workflows/scripts/macos/build-dependencies.sh +++ b/.github/workflows/scripts/macos/build-dependencies.sh @@ -2,11 +2,8 @@ set -e -if [ "$GUI" == "Qt" ]; then - export MACOSX_DEPLOYMENT_TARGET=10.14 -else - export MACOSX_DEPLOYMENT_TARGET=10.13 -fi +export MACOSX_DEPLOYMENT_TARGET=10.14 + INSTALLDIR="$HOME/deps" NPROCS="$(getconf _NPROCESSORS_ONLN)" SDL=SDL2-2.26.0 @@ -29,7 +26,6 @@ cat > SHASUMS <