Skip to content

Commit 7ffcc28

Browse files
committed
Updated workflows.
1 parent 705c8f4 commit 7ffcc28

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
cxx: g++
5454

5555
# ====== Fedora Linux =============================================
56-
- label: "Fedora 42 with Clang"
57-
image: fedora:42
56+
- label: "Fedora 43 with Clang"
57+
image: fedora:43
5858
cc: clang
5959
cxx: clang++
6060

.github/workflows/multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
cxx: clang++
6363

6464
# ====== Fedora Linux =============================================
65-
- label: "Fedora 42: GCC/PPC64"
65+
- label: "Fedora 43: GCC/PPC64"
6666
arch: ppc64le
6767
distro: fedora42
6868
cc: gcc

.github/workflows/packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
container:
6464
# The GitHub runner issue with Mock seems to be fixed now:
6565
# => https://github.com/rpm-software-management/mock/issues/1487
66-
image: fedora:42
66+
image: fedora:43
6767
options: --privileged --cap-add=SYS_ADMIN
6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)