Skip to content
This repository was archived by the owner on Jul 28, 2024. It is now read-only.

Commit 9914a12

Browse files
committed
ci: Fixed wrong clang version in workflow
1 parent d61fed1 commit 9914a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/builds-and-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [windows-latest, ubuntu-latest, macos-latest]
11-
toolchain: [msvc, gcc, clang, clang12, gcc12]
11+
toolchain: [msvc, gcc, clang, clang16, gcc12]
1212
exclude:
1313
- os: ubuntu-latest
1414
toolchain: msvc
1515
- os: ubuntu-latest # TODO: Remove this one once the clang with libc++ is fixed
16-
toolchain: clang clang12
16+
toolchain: clang clang16
1717
- os: macos-latest
1818
toolchain: msvc
1919
- os: macos-latest # TODO: Remove this one once the clang of the system is fixed

0 commit comments

Comments
 (0)