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:
43
43
cxx : g++
44
44
45
45
# ====== Debian Linux =============================================
46
- - label : " Debian 12 (Bookworm ) with GCC"
47
- image : debian:bookworm
46
+ - label : " Debian 13 (Trixie ) with GCC"
47
+ image : debian:trixie
48
48
cc : gcc
49
49
cxx : g++
50
- - label : " Debian 11 (Bullseye ) with GCC"
51
- image : debian:bullseye
50
+ - label : " Debian 12 (Bookworm ) with GCC"
51
+ image : debian:bookworm
52
52
cc : gcc
53
53
cxx : g++
54
54
Original file line number Diff line number Diff line change @@ -50,14 +50,14 @@ jobs:
50
50
cxx : g++
51
51
52
52
# ====== Debian Linux =============================================
53
- - label : " Debian 12 (Bookworm ): GCC/i386"
53
+ - label : " Debian 13 (Trixie ): GCC/i386"
54
54
arch : i386
55
- distro : bookworm
55
+ distro : trixie
56
56
cc : gcc
57
57
cxx : g++
58
- - label : " Debian 12 (Bookworm ): Clang/ARMv7"
58
+ - label : " Debian 13 (Trixie ): Clang/ARMv7"
59
59
arch : arm32v7
60
- distro : bookworm
60
+ distro : trixie
61
61
cc : clang
62
62
cxx : clang++
63
63
You can’t perform that action at this time.
0 commit comments