Skip to content

Commit 8037810

Browse files
isidoreclaremacraeLaguna1989
committed
. e removed early clang versions
Co-Authored-By: Clare Macrae <[email protected]> Co-Authored-By: Laguna1989 <[email protected]>
1 parent 9ec3ec4 commit 8037810

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

.github/workflows/github_actions_build.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,6 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
include:
55-
- job-name: 'clang10'
56-
os-version: '22.04'
57-
c-compiler: 'clang-10'
58-
cxx-compiler: 'clang++-10'
59-
generator: '"Unix Makefiles"'
60-
relative_build_dir_path: ''
61-
62-
- job-name: 'clang11'
63-
os-version: '22.04'
64-
c-compiler: 'clang-11'
65-
cxx-compiler: 'clang++-11'
66-
generator: '"Unix Makefiles"'
67-
relative_build_dir_path: ''
68-
69-
- job-name: 'clang12'
70-
os-version: '22.04'
71-
c-compiler: 'clang-12'
72-
cxx-compiler: 'clang++-12'
73-
generator: '"Unix Makefiles"'
74-
relative_build_dir_path: ''
75-
76-
# Couldn't figure out how to make it find <limit>
77-
# - job-name: 'clang13'
78-
# os-version: '22.04'
79-
# c-compiler: 'clang-13'
80-
# cxx-compiler: 'clang++-13'
81-
# generator: '"Unix Makefiles" "-DCMAKE_CXX_FLAGS=-stdlib=libc++ -std=c++20"'
82-
# relative_build_dir_path: ''
8355

8456
- job-name: 'clang14'
8557
os-version: '22.04'

0 commit comments

Comments
 (0)