summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Wu <[email protected]>2025-01-16 14:04:52 -0500
committerHiroshi SHIBATA <[email protected]>2025-01-20 10:15:08 +0900
commitd2ef8861b4c3f9e9c0b4265a6842436f46bed833 (patch)
tree9a9004b06d4c6d1b8355e2b315ea80cad0e09d1e
parenta41e9d8f9abac7373e3429a07584bdef2dcc3f90 (diff)
Use clang-14 to match the libclang version bindgen finds by default
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12589
-rw-r--r--.github/workflows/yjit-ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yjit-ubuntu.yml b/.github/workflows/yjit-ubuntu.yml
index 34b3ea0ce8..d6b280ba5e 100644
--- a/.github/workflows/yjit-ubuntu.yml
+++ b/.github/workflows/yjit-ubuntu.yml
@@ -81,7 +81,7 @@ jobs:
include:
- test_task: 'yjit-bindgen'
hint: 'To fix: use patch in logs'
- configure: '--with-gcc=clang-12 --enable-yjit=dev'
+ configure: '--with-gcc=clang-14 --enable-yjit=dev'
- test_task: 'check'
# YJIT should be automatically built in release mode on x86-64 Linux with rustc present