summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-11-20 16:58:36 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-11-20 15:10:19 -0800
commite15b4e1c56e826655e6fd10e32bdf974edf4b980 (patch)
tree6bfba89e050b42b47eee4ee1546dfe93ae967dae
parent3ec44a99954a3c4c131f374020b7addcba9bc5f2 (diff)
Bump default compiler to clang-20 in CI
clang-18 has a bug that causes the latest Ractor btest to crash.
-rw-r--r--.github/actions/compilers/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/compilers/action.yml b/.github/actions/compilers/action.yml
index daad5b6947..ab5b56a889 100644
--- a/.github/actions/compilers/action.yml
+++ b/.github/actions/compilers/action.yml
@@ -5,7 +5,7 @@ description: >-
inputs:
tag:
required: false
- default: clang-18
+ default: clang-20
description: >-
container image tag to use in this run.