Try newer clang in diff-shades job (#3904)

This commit is contained in:
Jelle Zijlstra 2023-09-28 09:10:01 -07:00 committed by GitHub
parent 9b82120ddb
commit e7c3368c13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: