Skip to content

Commit c0945ce

Browse files
authored
Update macos.yml
1 parent 9ef2118 commit c0945ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
CCACHE_DIR: /Users/runner/Library/Caches/ccache
1313
CCACHE_NOHASHDIR: true
1414
CPM_SOURCE_CACHE: /Users/runner/Library/Caches/CPM
15-
CMAKE_POLICY_VERSION_MINIMUM: 3.5 # Shut up the 'Compatibility with CMake < 3.5 has been removed from CMake'
15+
CMAKE_POLICY_VERSION_MINIMUM: 3.15 # Shut up the 'Compatibility with CMake < 3.5 has been removed from CMake'
1616

1717
jobs:
1818
macos:

0 commit comments

Comments
 (0)