Skip to content

Commit

Permalink
Fix 'linux skipped' name mismatches 'linux unskipped'
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Dec 22, 2023
1 parent 512659d commit 498ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- { cc: gcc, v: 12, cxx: g++ } # newest

# Clang Compiler
- { cc: clang, v: 11, cxx: clang++ } # oldest possible
- { cc: clang, v: 12, cxx: clang++ } # oldest possible
- { cc: clang, v: 14, cxx: clang++ } # default
- { cc: clang, v: 15, cxx: clang++ } # newst possible

Expand Down

0 comments on commit 498ae23

Please sign in to comment.