File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments