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 @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 precheks :
7- runs-on : macos-14
7+ runs-on : macos-15
88 name : MacOS -> Pre-Checks
99
1010 steps :
1919
2020 build :
2121 needs : precheks
22- runs-on : macos-14
22+ runs-on : macos-15
2323
2424 strategy :
2525 matrix :
Original file line number Diff line number Diff line change 66 build :
77 strategy :
88 matrix :
9- os : ["windows-latest", "ubuntu-24.04", "macos-14 "]
9+ os : ["windows-latest", "ubuntu-24.04", "macos-15 "]
1010 build_type : ["Debug", "Release"]
1111
1212 exclude :
1313 # Exclude MacOS-Release
14- - os : " macos-14 "
14+ - os : " macos-15 "
1515 build_type : " Release"
1616
1717 include :
2323 host_name : " Linux"
2424 cmake_args : " -DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_EMSCRIPTEN_STRIP_DEBUG_INFO=ON"
2525
26- - os : " macos-14 "
26+ - os : " macos-15 "
2727 host_name : " MacOS"
2828 cmake_args : " -DDILIGENT_BUILD_CORE_TESTS=ON -DDILIGENT_BUILD_CORE_INCLUDE_TEST=ON"
2929
You can’t perform that action at this time.
0 commit comments