From 04c842232ac4acb388050d187fa75ac6f1a4d940 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Wed, 6 Jul 2022 10:53:02 +0300 Subject: [PATCH] Check macos 11 build --- .github/workflows/Build.yml | 2 +- CMakeLists.txt | 2 +- os/macos/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 3a1b572..58ceaaa 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -105,7 +105,7 @@ jobs: macos: name: macOS - runs-on: macos-latest + runs-on: macos-11 steps: - name: Clone diff --git a/CMakeLists.txt b/CMakeLists.txt index 33f0a49..a268ea5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -267,7 +267,7 @@ if(APPLE) set(MACOSX_BUNDLE_GUI_IDENTIFIER "com.alexbatalov.fallout2-ce") set(MACOSX_BUNDLE_BUNDLE_NAME "${EXECUTABLE_NAME}") set(MACOSX_BUNDLE_DISPLAY_NAME "Fallout 2") - set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0") + set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0") endif() add_subdirectory("third_party/fpattern") diff --git a/os/macos/Info.plist b/os/macos/Info.plist index 3a1ad72..8d9cae2 100644 --- a/os/macos/Info.plist +++ b/os/macos/Info.plist @@ -29,7 +29,7 @@ NSHighResolutionCapable True LSMinimumSystemVersion - 12 + 11 SDL_FILESYSTEM_BASE_DIR_TYPE parent