Skip to content

Commit bd8136c

Browse files
committed
CI: Updated macOS support to 10.11 as set in the PJ
1 parent 86b88b9 commit bd8136c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELIST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pluginval Change List
22

33
### 0.2.9
4-
- Fixed support for macOS from 10.9 and Windows without the runtime DLLs
4+
- Fixed support for macOS from 10.11 and Windows without the runtime DLLs
55

66
### 0.2.8
77
- Added a test to process audio with different sample rate and block sizes but not call releaseResources in between

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ if (MSVC)
77
set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
88
endif()
99

10-
# If we are compiling for macOS we want to target OS versions down to 10.9
10+
# If we are compiling for macOS we want to target OS versions down to 10.11
1111
if (APPLE)
12-
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE INTERNAL "")
12+
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE INTERNAL "")
1313
endif()
1414

1515
# Adds all the module sources so they appear correctly in the IDE

0 commit comments

Comments
 (0)