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 1111jobs :
1212 build :
1313
14- runs-on : macos-12
14+ runs-on : macos-13
1515
1616 steps :
1717 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ curl_dep = dependency('libcurl')
1414
1515# Added flag based on https://stackoverflow.com/a/37729971/319066
1616# 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' ]
1818add_project_arguments (compiler_arguments , language : ' c' )
1919add_project_arguments (compiler_arguments, language : ' cpp' )
2020
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' ]
2222add_project_link_arguments (linker_arguments, language : ' c' )
2323add_project_link_arguments (linker_arguments, language : ' cpp' )
2424
You can’t perform that action at this time.
0 commit comments