Skip to content
Snippets Groups Projects
Commit 4b6e6516 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: target macOS 11.0 in CI

The Qt6 binaries target 11.0, so there's no point in testing 10.15
directly here.

Note that 10.15 is required to allow Qt access to use `std::filesystem`
from the SDKs as well.
parent 22177467
No related branches found
No related tags found
No related merge requests found
# Ensure that we're targeting 10.13.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "")
# Ensure that we're targeting 11.0.
set(CMAKE_OSX_DEPLOYMENT_TARGET "11.0" CACHE STRING "")
include("${CMAKE_CURRENT_LIST_DIR}/configure_macos.cmake")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment