Skip to content

Commit feb5a22

Browse files
authored
Add Debian Bookworm image with GCC 15 (#35)
Forgot to add GCC 15 to `merge` job in #34 , so another PR is needed.
1 parent 3ec3487 commit feb5a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/debian.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ jobs:
153153
- release: bookworm
154154
compiler_name: gcc
155155
compiler_version: 14
156+
- release: bookworm
157+
compiler_name: gcc
158+
compiler_version: 15
156159
- release: bookworm
157160
compiler_name: clang
158161
compiler_version: 16

0 commit comments

Comments
 (0)