Skip to content

Commit

Permalink
bump minimum Mac version to Monterey
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme committed Oct 22, 2023
1 parent 998d758 commit 9080300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ for:
-
matrix:
only:
- image: macos-bigsur
- image: macos-monterey

clone_folder: ~/mmapper

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ endif()

if(APPLE)
set(CMAKE_MACOSX_RPATH TRUE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "Minimum OS X deployment version" FORCE)
set(CMAKE_OSX_DEPLOYMENT_TARGET "12.0" CACHE STRING "Minimum OS X deployment version" FORCE)
endif()

if(WIN32)
Expand Down

0 comments on commit 9080300

Please sign in to comment.