We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc24e8 commit e2672faCopy full SHA for e2672fa
1 file changed
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
compiler:
37
# you can specify the version after `-` like "llvm-13.0.0".
38
- llvm
39
- - llvm-17.0.6
+ - llvm-16.0.6
40
- gcc-13
41
- msvc
42
build_type:
@@ -55,7 +55,7 @@ jobs:
55
56
# FIXME: Until aminya/setup-cpp supports macos arm64
57
- os: macos-12
58
- compiler: llvm-17.0.6
+ compiler: llvm-16.0.6
59
60
# FIXME: Solve annotated_string mismatch in Windows to enable developer mode totally
61
- os: windows-2022
@@ -69,7 +69,7 @@ jobs:
69
# Inject gcov_executable variable
70
- compiler: llvm
71
gcov_executable: "llvm-cov gcov"
72
- - compiler: llvm-17.0.6
+ - compiler: llvm-16.0.6
73
74
- compiler: gcc-13
75
gcov_executable: gcov-13
0 commit comments