Check macos 11 build

This commit is contained in:
Alexander Batalov 2022-07-06 10:53:02 +03:00
parent 04fde2a33b
commit 04c842232a
3 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ jobs:
macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
steps:
- name: Clone

View File

@ -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")

View File

@ -29,7 +29,7 @@
<key>NSHighResolutionCapable</key>
<string>True</string>
<key>LSMinimumSystemVersion</key>
<string>12</string>
<string>11</string>
<key>SDL_FILESYSTEM_BASE_DIR_TYPE</key>
<string>parent</string>
</dict>