mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
target macOS 13
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user