Skip to content

Commit 40de602

Browse files
committed
Updated workflows.
1 parent 78f6613 commit 40de602

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
cxx: g++
4444

4545
# ====== Debian Linux =============================================
46-
- label: "Debian 12 (Bookworm) with GCC"
47-
image: debian:bookworm
46+
- label: "Debian 13 (Trixie) with GCC"
47+
image: debian:trixie
4848
cc: gcc
4949
cxx: g++
50-
- label: "Debian 11 (Bullseye) with GCC"
51-
image: debian:bullseye
50+
- label: "Debian 12 (Bookworm) with GCC"
51+
image: debian:bookworm
5252
cc: gcc
5353
cxx: g++
5454

.github/workflows/multiarch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
cxx: g++
5151

5252
# ====== Debian Linux =============================================
53-
- label: "Debian 12 (Bookworm): GCC/i386"
53+
- label: "Debian 13 (Trixie): GCC/i386"
5454
arch: i386
55-
distro: bookworm
55+
distro: trixie
5656
cc: gcc
5757
cxx: g++
58-
- label: "Debian 12 (Bookworm): Clang/ARMv7"
58+
- label: "Debian 13 (Trixie): Clang/ARMv7"
5959
arch: arm32v7
60-
distro: bookworm
60+
distro: trixie
6161
cc: clang
6262
cxx: clang++
6363

0 commit comments

Comments
 (0)