Try newer clang in diff-shades job (#3904)
This commit is contained in:
parent
9b82120ddb
commit
e7c3368c13
2
.github/workflows/diff_shades.yml
vendored
2
.github/workflows/diff_shades.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
HATCH_BUILD_HOOKS_ENABLE: "1"
|
HATCH_BUILD_HOOKS_ENABLE: "1"
|
||||||
# Clang is less picky with the C code it's given than gcc (and may
|
# Clang is less picky with the C code it's given than gcc (and may
|
||||||
# generate faster binaries too).
|
# generate faster binaries too).
|
||||||
CC: clang-12
|
CC: clang-14
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user