Skip to content

Commit 274ca51

Browse files
committed
Further workflow updates.
1 parent fd4e73d commit 274ca51

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/freebsd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
matrix:
3434
include:
3535

36-
# ====== FreeBSD 14.1 =============================================
37-
- label: "FreeBSD 14.1: Clang/x86_64"
38-
release: 14.1
36+
# ====== FreeBSD 14.3 =============================================
37+
- label: "FreeBSD 14.3: Clang/x86_64"
38+
release: 14.3
3939
cc: clang
4040
cxx: clang++
4141

.github/workflows/multiarch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
cxx: clang++
6363

6464
# ====== Fedora Linux =============================================
65-
- label: "Fedora 41: GCC/PPC64"
65+
- label: "Fedora 42: GCC/PPC64"
6666
arch: ppc64le
67-
distro: fedora41
67+
distro: fedora42
6868
cc: gcc
6969
cxx: g++
7070

0 commit comments

Comments
 (0)