Skip to content

Commit 10d1c6d

Browse files
committed
Increase build target to attempt to fix Mac builder
1 parent d03f7b4 commit 10d1c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/macos/build-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
export MACOSX_DEPLOYMENT_TARGET=10.15
5+
export MACOSX_DEPLOYMENT_TARGET=11.00
66
INSTALLDIR="$HOME/deps"
77
NPROCS="$(getconf _NPROCESSORS_ONLN)"
88
SDL=SDL2-2.30.9

0 commit comments

Comments
 (0)