Skip to content

Commit fec7f53

Browse files
committed
Revert "[CI] Add GCC 15."
This reverts commit 0bc446c.
1 parent ee72467 commit fec7f53

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', '15' ]
134+
version: [ '11', '12', '13', '14' ]
135135
env:
136136
CC: gcc-${{ matrix.version }}
137137
CXX: g++-${{ matrix.version }}

0 commit comments

Comments
 (0)