Skip to content

Commit d9ad414

Browse files
committed
Updated CI configuration
1 parent 65b879c commit d9ad414

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/freebsd.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
matrix:
3838
include:
3939
# ====== FreeBSD ==================================================
40-
# - label: "FreeBSD 15.0 with Clang/x86_64"
41-
# release: 15.0
42-
# cc: clang
43-
# cxx: clang++
44-
- label: "FreeBSD 14.3 with Clang/x86_64"
45-
release: 14.3
40+
- label: "FreeBSD 15.0 with Clang/x86_64"
41+
release: "15.0"
42+
cc: clang
43+
cxx: clang++
44+
- label: "FreeBSD 14.4 with Clang/x86_64"
45+
release: "14.4"
4646
cc: clang
4747
cxx: clang++
4848

@@ -73,13 +73,13 @@ jobs:
7373
matrix:
7474
include:
7575
# ====== FreeBSD ==================================================
76-
- label: "FreeBSD 14.3 with Clang/ARMv8"
77-
release: 14.3
76+
- label: "FreeBSD 14.4 with Clang/ARMv8"
77+
release: "14.4"
7878
architecture: aarch64
7979
cc: clang
8080
cxx: clang++
81-
- label: "FreeBSD 14.3 with Clang/RISC-V"
82-
release: 14.3
81+
- label: "FreeBSD 14.4 with Clang/RISC-V"
82+
release: "14.4"
8383
architecture: riscv64
8484
cc: clang
8585
cxx: clang++

.github/workflows/linux-ubuntu.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
matrix:
3838
include:
3939
# ====== Ubuntu Linux =============================================
40-
- label: "Ubuntu 25.10 (Questing Quokka) with GCC"
41-
image: ubuntu:25.10
40+
- label: "Ubuntu 26.04 (Resolute Raccoon) with GCC"
41+
image: ubuntu:26.04
4242
cc: gcc
4343
cxx: g++
4444
- label: "Ubuntu 24.04 (Noble Numbat) with GCC"
@@ -71,19 +71,19 @@ jobs:
7171
matrix:
7272
include:
7373
# ====== Ubuntu Linux =============================================
74-
- label: "Ubuntu 24.04 (Noble Numbat) with Clang/ARMv8"
74+
- label: "Ubuntu 26.04 (Noble Numbat) with Clang/ARMv8"
7575
arch: aarch64
76-
distro: ubuntu24.04
76+
distro: ubuntu26.04
7777
cc: clang
7878
cxx: clang++
79-
- label: "Ubuntu 24.04 (Noble Numbat) with GCC/S390x"
79+
- label: "Ubuntu 26.04 (Noble Numbat) with GCC/S390x"
8080
arch: s390x
81-
distro: ubuntu24.04
81+
distro: ubuntu26.04
8282
cc: gcc
8383
cxx: g++
84-
- label: "Ubuntu 24.04 (Noble Numbat) with GCC/RISC-V"
84+
- label: "Ubuntu 26.04 (Noble Numbat) with GCC/RISC-V"
8585
arch: riscv64
86-
distro: ubuntu24.04
86+
distro: ubuntu26.04
8787
cc: gcc
8888
cxx: g++
8989

0 commit comments

Comments
 (0)