Skip to content

Commit 31281bf

Browse files
committed
Fix Clang CI errors due to OpenMP support
1 parent c6ba403 commit 31281bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
fail-fast: false
100100
matrix:
101101
clang:
102-
- 3.5 # version for full C++14 support (3.4 fails because of -fstack-protector-strong)
102+
- 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
103104
- 5 # earliest version for reasonable C++17 support
104105
- 10 # version for full C++17 support (with patches)
105106
- latest

0 commit comments

Comments
 (0)