File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const DEF = [
88
99 "Linux " => "ubuntu-24.04 " , "ubuntu-24.04 " => "gnu " ,
1010 "Windows " => "windows-2022 " , "windows-2022 " => "msvc " ,
11- "macOS " => "macos-13 " , "macos-13 " => "clang " ,
11+ "macOS " => "macos-15 " , "macos-15 " => "clang " ,
1212
1313 "gnu " => [
1414 "CC " => "gcc " ,
Original file line number Diff line number Diff line change @@ -293,16 +293,16 @@ jobs:
293293
294294 # coverage mac
295295 debug-coverage-mac :
296- name : debug coverage (macos-13 , clang)
297- runs-on : macos-13 #
296+ name : debug coverage (macos-15 , clang)
297+ runs-on : macos-15 #
298298 env :
299299 CMAKE_BUILD_TYPE : " Debug"
300300 BUILD_TESTING : " ON"
301301 VERBOSE : " ON"
302302 CFLAGS : " -O0 --coverage"
303303 CXXFLAGS : " -O0 --coverage"
304304 OS_VND : macOS #
305- OS_VER : macos-13 #
305+ OS_VER : macos-15 #
306306 CC_VND : clang #
307307 CC_VER : cur
308308 continue-on-error : true
@@ -374,7 +374,7 @@ jobs:
374374 CMAKE_BUILD_TYPE : " Release"
375375 BUILD_DOCS_MANGZ : " ON"
376376 OS_VND : macOS #
377- OS_VER : macos-13 #
377+ OS_VER : macos-15 #
378378 CC_VND : clang #
379379 CC_VER : cur
380380 continue-on-error : true
You can’t perform that action at this time.
0 commit comments