File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,13 @@ jobs:
19
19
# # Mac OS X Targets
20
20
# #################################################################################################
21
21
macosx :
22
- runs-on : [macos-12 ]
22
+ runs-on : [macos-14 ]
23
23
strategy :
24
24
fail-fast : false
25
25
matrix :
26
26
cfg :
27
27
- { comp: clang , arch: x86_osx, mode: Debug }
28
28
- { comp: clang , arch: x86_osx, mode: Release }
29
- - { comp: gcc , arch: x86_osx, mode: Debug }
30
- - { comp: gcc , arch: x86_osx, mode: Release }
31
29
steps :
32
30
- name : Fetch current branch
33
31
Original file line number Diff line number Diff line change 7
7
##======================================================================================================================
8
8
## Download and setup CPM
9
9
##======================================================================================================================
10
- set (CPM_DOWNLOAD_VERSION 0.34.0 )
10
+ set (CPM_DOWNLOAD_VERSION 0.40.2 )
11
11
12
12
if (CPM_SOURCE_CACHE )
13
13
set (CPM_DOWNLOAD_LOCATION "${CPM_SOURCE_CACHE} /cpm/CPM_${CPM_DOWNLOAD_VERSION} .cmake" )
Original file line number Diff line number Diff line change @@ -2480,7 +2480,7 @@ TAGFILES =
2480
2480
# tag file that is based on the input files it reads. See section "Linking to
2481
2481
# external documentation" for more information about the usage of tag files.
2482
2482
2483
- GENERATE_TAGFILE =
2483
+ GENERATE_TAGFILE = $(DOXYGEN_OUPUT)/spy.tag
2484
2484
2485
2485
# If the ALLEXTERNALS tag is set to YES, all external classes and namespaces
2486
2486
# will be listed in the class and namespace index. If set to NO, only the
Original file line number Diff line number Diff line change 3
3
## Copyright : SPY Project Contributors
4
4
## SPDX-License-Identifier: BSL-1.0
5
5
##==================================================================================================
6
- set (CMAKE_C_COMPILER /usr/local /opt/llvm@15/bin/clang )
7
- set (CMAKE_CXX_COMPILER /usr/local /opt/llvm@15/bin/clang++ )
6
+ set (CMAKE_C_COMPILER /opt/homebrew /opt/llvm@15/bin/clang )
7
+ set (CMAKE_CXX_COMPILER /opt/homebrew /opt/llvm@15/bin/clang++ )
You can’t perform that action at this time.
0 commit comments