Skip to content

Commit

Permalink
fix: Change overlapped llvm-17.0.6 test to llvm-16.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FeignClaims committed May 15, 2024
1 parent 8dc24e8 commit e2672fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
compiler:
# you can specify the version after `-` like "llvm-13.0.0".
- llvm
- llvm-17.0.6
- llvm-16.0.6
- gcc-13
- msvc
build_type:
Expand All @@ -55,7 +55,7 @@ jobs:

# FIXME: Until aminya/setup-cpp supports macos arm64
- os: macos-12
compiler: llvm-17.0.6
compiler: llvm-16.0.6

# FIXME: Solve annotated_string mismatch in Windows to enable developer mode totally
- os: windows-2022
Expand All @@ -69,7 +69,7 @@ jobs:
# Inject gcov_executable variable
- compiler: llvm
gcov_executable: "llvm-cov gcov"
- compiler: llvm-17.0.6
- compiler: llvm-16.0.6
gcov_executable: "llvm-cov gcov"
- compiler: gcc-13
gcov_executable: gcov-13
Expand Down

0 comments on commit e2672fa

Please sign in to comment.