Skip to content

Commit f2c560c

Browse files
committed
Github actions: Build also on windows-2025, remove fedora 37
1 parent 4e00cb4 commit f2c560c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
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"
@@ -89,8 +88,6 @@ jobs:
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:

0 commit comments

Comments
 (0)