Skip to content

Commit 52f56cc

Browse files
COM8scientist-st
authored andcommitted
Use fedora:40 to build the RPM
1 parent c4fe78b commit 52f56cc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
clang-format:
1212
runs-on: ubuntu-latest
1313
container:
14-
image: fedora:41
14+
image: fedora:40
1515
steps:
1616
- name: pepare-git
1717
run: |

.github/workflows/cmake-gcc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Builds a cmake project in a fedora:41 docker image with installed gcc toolchain
1+
## Builds a cmake project in a fedora:40 docker image with installed gcc toolchain
22

33
name: build-gcc
44
on:
@@ -16,7 +16,7 @@ jobs:
1616
build-gcc:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: fedora:41
19+
image: fedora:40
2020
steps:
2121
- name: Install Dependencies
2222
id: install-dependencies

.github/workflows/cppcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
cppcheck-run:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: fedora:41
13+
image: fedora:40
1414
steps:
1515
- name: pepare-git
1616
run: |

.github/workflows/doxygen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-doxygen:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: fedora:41
12+
image: fedora:40
1313
steps:
1414
- name: pepare-git
1515
run: |

.github/workflows/rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
rpm:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: fedora:41
12+
image: fedora:40
1313

1414
steps:
1515
- name: Install Dependencies

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ctest:
1717
runs-on: ubuntu-latest
1818
container:
19-
image: fedora:41
19+
image: fedora:40
2020

2121
steps:
2222
- name: Install Dependencies

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22
BUILD_WORKSPACE: "build"
3-
CONTAINER_BUILD_IMAGE: "fedora:41"
3+
CONTAINER_BUILD_IMAGE: "fedora:40"
44
CTEST:
55
value: "--parallel 16 --schedule-random"
66
description: "Here you can set the options for ctest-unittests. By default test involving dbus are excluded since they are not supported inside a container image."

0 commit comments

Comments
 (0)