Skip to content

Commit 0bc446c

Browse files
committed
[CI] Add GCC 15.
1 parent bf97e11 commit 0bc446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
strategy:
132132
fail-fast: false
133133
matrix:
134-
version: [ '11', '12', '13', '14' ]
134+
version: [ '11', '12', '13', '14', '15' ]
135135
env:
136136
CC: gcc-${{ matrix.version }}
137137
CXX: g++-${{ matrix.version }}

0 commit comments

Comments
 (0)