Change: Set minimum macOS version to 10.13 (#10253)

This commit is contained in:
Czcibor Bohusz-Dobosz 2022-12-17 18:35:45 +01:00 committed by GitHub
parent 5eb7e1d3ab
commit 7425660b3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
env: env:
MACOSX_DEPLOYMENT_TARGET: 10.14 MACOSX_DEPLOYMENT_TARGET: 10.13
steps: steps:
- name: Checkout - name: Checkout

View File

@ -469,7 +469,7 @@ jobs:
runs-on: macos-11 runs-on: macos-11
env: env:
MACOSX_DEPLOYMENT_TARGET: 10.14 MACOSX_DEPLOYMENT_TARGET: 10.13
steps: steps:
- name: Download source - name: Download source

View File

@ -22,7 +22,7 @@ if (EMSCRIPTEN)
endif() endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake") set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.14) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.13)
# Use GNUInstallDirs to allow customisation # Use GNUInstallDirs to allow customisation
# but set our own default data and bin dir # but set our own default data and bin dir

View File

@ -32,6 +32,6 @@
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<string>True</string> <string>True</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.14.0</string> <string>10.13.0</string>
</dict> </dict>
</plist> </plist>