Skip to content

Commit cb2cfdd

Browse files
authored
Revert "Pin clang to version 17 in sanitizer CI jobs" (#3556)
Reverts #3546 This didn't help fix the build issue. Follow up PR is performed on #3555 Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com>
1 parent 7db5b70 commit cb2cfdd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ jobs:
950950
strategy:
951951
fail-fast: false
952952
matrix:
953-
compiler: [gcc, clang-17]
953+
compiler: [gcc, clang]
954954
env:
955955
CC: ${{ matrix.compiler }}
956956
steps:
@@ -1017,7 +1017,7 @@ jobs:
10171017
strategy:
10181018
fail-fast: false
10191019
matrix:
1020-
compiler: [gcc, clang-17]
1020+
compiler: [gcc, clang]
10211021
env:
10221022
CC: ${{ matrix.compiler }}
10231023
steps:
@@ -1088,7 +1088,7 @@ jobs:
10881088
strategy:
10891089
fail-fast: false
10901090
matrix:
1091-
compiler: [gcc, clang-17]
1091+
compiler: [gcc, clang]
10921092
env:
10931093
CC: ${{ matrix.compiler }}
10941094
steps:
@@ -1155,7 +1155,7 @@ jobs:
11551155
strategy:
11561156
fail-fast: false
11571157
matrix:
1158-
compiler: [gcc, clang-17]
1158+
compiler: [gcc, clang]
11591159
env:
11601160
CC: ${{ matrix.compiler }}
11611161
steps:

0 commit comments

Comments
 (0)