Skip to content

Commit

Permalink
Github actions: Build also on windows-2025, remove fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jan 10, 2025
1 parent 4e00cb4 commit f2c560c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- "debian:bookworm" # gcc 12.2.0, clang 15.0.6, cmake 3.25.1
- "debian:testing"
- "debian:experimental"
- "fedora:37"
- "fedora:38"
- "fedora:39"
- "fedora:40"
Expand Down Expand Up @@ -89,8 +88,6 @@ jobs:
- image: "debian:experimental"
c_compiler: clang
cpp_compiler: clang++
- image: "fedora:37"
CXXFLAGS: -Wno-stringop-overread
- image: "fedora:38"
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
- image: "fedora:39"
Expand Down Expand Up @@ -217,6 +214,7 @@ jobs:
os:
- windows-2019
- windows-2022
- windows-2025
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -228,8 +226,8 @@ jobs:
- uses: ./.github/actions/build
- uses: ./.github/actions/ctest

windows-2019-full:
runs-on: windows-2019
windows-2022-full:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit f2c560c

Please sign in to comment.