target macOS 13

This commit is contained in:
uncor3
2025-12-08 21:23:32 +00:00
parent 4a5acabc19
commit aa7c516bbb
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
include:
- runner: macos-15-intel
- runner: macos-13
arch: x86_64
- runner: macos-14
arch: arm64
+2 -2
View File
@@ -14,8 +14,8 @@ set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if (APPLE)
# Target at least macOS 14.0
set(CMAKE_OSX_DEPLOYMENT_TARGET "14.0")
# Target at least macOS 13.0
set(CMAKE_OSX_DEPLOYMENT_TARGET "13.0")
endif()
# Platform-specific paths for libraries built from source