Skip to content

Commit 1ec577a

Browse files
authored
fix clang version
1 parent 4ebf159 commit 1ec577a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- { compiler: gcc, version: 9, build_type: Release, cppstd: 17 }
2020
- { compiler: gcc, version: 11, build_type: Debug, cppstd: 20 }
2121
- { compiler: gcc, version: 12, build_type: Release, cppstd: 20 }
22-
- { compiler: clang, version: 10, build_type: Release, cppstd: 17 }
23-
- { compiler: clang, version: 10, build_type: Debug, cppstd: 17, asan: OFF }
22+
- { compiler: clang, version: 11, build_type: Release, cppstd: 17 }
23+
- { compiler: clang, version: 11, build_type: Debug, cppstd: 17, asan: OFF }
2424
- { compiler: clang, version: 12, build_type: Debug, cppstd: 17, asan: OFF }
2525
- { compiler: clang, version: 15, build_type: Release, cppstd: 20, asan: OFF }
2626
container:

0 commit comments

Comments
 (0)