Skip to content

Commit 2420795

Browse files
committed
ci: GCC version requirement is >=5.0
1 parent 3eb0560 commit 2420795

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.drone.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main(ctx):
1414
return generate(
1515
# Compilers
1616
[
17-
'gcc >=4.8',
17+
'gcc >=5.0',
1818
'clang >=3.8',
1919
'msvc >=14.1',
2020
'arm64-gcc latest',

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
id: cpp-matrix
5858
with:
5959
compilers: |
60-
gcc >=4.8
60+
gcc >=5.0
6161
clang >=3.8
6262
msvc >=14.20
6363
apple-clang *

0 commit comments

Comments
 (0)