Skip to content

Commit a57fe6c

Browse files
committed
Github action: Fix CI workflow
1 parent 6cd5021 commit a57fe6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ jobs:
122122
image: "fedora:38"
123123
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
124124
- name: Fedora-39
125-
image: "fedora:35"
125+
image: "fedora:39"
126126
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
127127
- name: Fedora-40
128-
image: "fedora:36"
128+
image: "fedora:40"
129129
CXXFLAGS: -Wno-stringop-overread -Wno-dangling-reference
130130
container:
131131
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)