File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
build :
13
13
14
- runs-on : macos-12
14
+ runs-on : macos-13
15
15
16
16
steps :
17
17
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ curl_dep = dependency('libcurl')
14
14
15
15
# Added flag based on https://stackoverflow.com/a/37729971/319066
16
16
# and arguments based on https://mesonbuild.com/Adding-arguments.html
17
- compiler_arguments = [' -mmacosx-version-min=10.12' , ' -isysroot' , ' /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk' ]
17
+ compiler_arguments = [' -mmacosx-version-min=10.12' , ' -isysroot' , ' /Library/Developer/CommandLineTools/SDKs/MacOSX12.3. sdk' ]
18
18
add_project_arguments (compiler_arguments , language : ' c' )
19
19
add_project_arguments (compiler_arguments, language : ' cpp' )
20
20
21
- linker_arguments = [' -mmacosx-version-min=10.12' , ' -isysroot' , ' /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk' ]
21
+ linker_arguments = [' -mmacosx-version-min=10.12' , ' -isysroot' , ' /Library/Developer/CommandLineTools/SDKs/MacOSX12.3. sdk' ]
22
22
add_project_link_arguments (linker_arguments, language : ' c' )
23
23
add_project_link_arguments (linker_arguments, language : ' cpp' )
24
24
You can’t perform that action at this time.
0 commit comments