We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ba403 commit 31281bfCopy full SHA for 31281bf
.github/workflows/ci.yml
@@ -99,7 +99,8 @@ jobs:
99
fail-fast: false
100
matrix:
101
clang:
102
- - 3.5 # version for full C++14 support (3.4 fails because of -fstack-protector-strong)
+ - 3.7 # could be 3.5 version for full C++14 support (3.4 fails because of -fstack-protector-strong)
103
+ # but for proper OpenMP support we require 3.7
104
- 5 # earliest version for reasonable C++17 support
105
- 10 # version for full C++17 support (with patches)
106
- latest
0 commit comments