File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717 - " debian:bookworm" # gcc 12.2.0, clang 15.0.6, cmake 3.25.1
1818 - " debian:testing"
1919 - " debian:experimental"
20- - " fedora:37"
2120 - " fedora:38"
2221 - " fedora:39"
2322 - " fedora:40"
8988 - image : " debian:experimental"
9089 c_compiler : clang
9190 cpp_compiler : clang++
92- - image : " fedora:37"
93- CXXFLAGS : -Wno-stringop-overread
9491 - image : " fedora:38"
9592 CXXFLAGS : -Wno-stringop-overread -Wno-dangling-reference
9693 - image : " fedora:39"
@@ -217,6 +214,7 @@ jobs:
217214 os :
218215 - windows-2019
219216 - windows-2022
217+ - windows-2025
220218 runs-on : ${{ matrix.os }}
221219 steps :
222220 - uses : actions/checkout@v4
@@ -228,8 +226,8 @@ jobs:
228226 - uses : ./.github/actions/build
229227 - uses : ./.github/actions/ctest
230228
231- windows-2019 -full :
232- runs-on : windows-2019
229+ windows-2022 -full :
230+ runs-on : windows-2022
233231 steps :
234232 - uses : actions/checkout@v4
235233 with :
You can’t perform that action at this time.
0 commit comments