From 05ab42c9b6a243bb3cec8f830fa0943de4085897 Mon Sep 17 00:00:00 2001
From: qimiko <25387744+qimiko@users.noreply.github.com>
Date: Thu, 27 Jun 2024 18:04:18 -0700
Subject: [PATCH] please fail

---
 .github/workflows/build.yml | 2 +-
 cmake/Platform.cmake        | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7339959f..df61cad4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
       build-debug-info:
         description: 'Profile and debug the build process'
         required: false
-        default: false
+        default: true
         type: boolean
       use-ccache:
         description: 'Enable ccache/sccache'
diff --git a/cmake/Platform.cmake b/cmake/Platform.cmake
index d0258a33..bee27018 100644
--- a/cmake/Platform.cmake
+++ b/cmake/Platform.cmake
@@ -26,6 +26,7 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "MacOS")
 
 	# only exists as a global property
 	set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13")
+	target_compile_options(${PROJECT_NAME} INTERFACE "-mmacos-version-min=10.13")
 
 	target_link_libraries(${PROJECT_NAME} INTERFACE
 		"-framework Cocoa"