Skip to content

Commit e15b4e1

Browse files
committed
Bump default compiler to clang-20 in CI
clang-18 has a bug that causes the latest Ractor btest to crash.
1 parent 3ec44a9 commit e15b4e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/compilers/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: >-
55
inputs:
66
tag:
77
required: false
8-
default: clang-18
8+
default: clang-20
99
description: >-
1010
container image tag to use in this run.
1111

0 commit comments

Comments
 (0)