File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 17
17
- " debian:bookworm" # gcc 12.2.0, clang 15.0.6, cmake 3.25.1
18
18
- " debian:testing"
19
19
- " debian:experimental"
20
- - " fedora:37"
21
20
- " fedora:38"
22
21
- " fedora:39"
23
22
- " fedora:40"
89
88
- image : " debian:experimental"
90
89
c_compiler : clang
91
90
cpp_compiler : clang++
92
- - image : " fedora:37"
93
- CXXFLAGS : -Wno-stringop-overread
94
91
- image : " fedora:38"
95
92
CXXFLAGS : -Wno-stringop-overread -Wno-dangling-reference
96
93
- image : " fedora:39"
@@ -217,6 +214,7 @@ jobs:
217
214
os :
218
215
- windows-2019
219
216
- windows-2022
217
+ - windows-2025
220
218
runs-on : ${{ matrix.os }}
221
219
steps :
222
220
- uses : actions/checkout@v4
@@ -228,8 +226,8 @@ jobs:
228
226
- uses : ./.github/actions/build
229
227
- uses : ./.github/actions/ctest
230
228
231
- windows-2019 -full :
232
- runs-on : windows-2019
229
+ windows-2022 -full :
230
+ runs-on : windows-2022
233
231
steps :
234
232
- uses : actions/checkout@v4
235
233
with :
You can’t perform that action at this time.
0 commit comments