Skip to content

Commit 4c29cf7

Browse files
committed
[CI] Remove GCC 15 as it is not yet available.
1 parent e04e61b commit 4c29cf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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 }}

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
fail-fast: false
147147
matrix:
148148
language: ['cpp']
149-
version: [ '15' ]
149+
version: [ '14' ]
150150
env:
151151
CC: gcc-${{ matrix.version }}
152152
CXX: g++-${{ matrix.version }}

0 commit comments

Comments
 (0)