Skip to content

Commit

Permalink
Github action: Fix CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 22, 2024
1 parent 6cd5021 commit a57fe6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
image: "fedora:38"
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
- name: Fedora-39
image: "fedora:35"
image: "fedora:39"
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
- name: Fedora-40
image: "fedora:36"
image: "fedora:40"
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
container:
image: ${{ matrix.image }}
Expand Down

0 comments on commit a57fe6c

Please sign in to comment.