Skip to content

Commit 9f94929

Browse files
committed
Updated workflows.
1 parent 646a9d1 commit 9f94929

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
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/linux.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
image: ubuntu:22.04
4242
cc: gcc
4343
cxx: g++
44-
- label: "Ubuntu 20.04 (Focal Fossa) with GCC"
45-
image: ubuntu:20.04
46-
cc: gcc
47-
cxx: g++
4844

4945
# ====== Debian Linux =============================================
5046
- label: "Debian 12 (Bookworm) with GCC"
@@ -57,8 +53,8 @@ jobs:
5753
cxx: g++
5854

5955
# ====== Fedora Linux =============================================
60-
- label: "Fedora 40 with Clang"
61-
image: fedora:40
56+
- label: "Fedora 42 with Clang"
57+
image: fedora:42
6258
cc: clang
6359
cxx: clang++
6460

.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)