diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 11:53:41 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 14:19:08 +0900 |
| commit | 42a993a9b4fde86b9c664d28f83fdf5ce2c56d48 (patch) | |
| tree | ac3d45004a2a79a9968ec37fbe6ab34beae5f39f | |
| parent | ac91a472062a5e627a0f3a961408f66fd3f7cfb4 (diff) | |
Bump up clang-14 with mjit-bindgen job
| -rw-r--r-- | .github/workflows/mjit-bindgen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml index ad5f525c39..4d96ba0d74 100644 --- a/.github/workflows/mjit-bindgen.yml +++ b/.github/workflows/mjit-bindgen.yml @@ -52,7 +52,7 @@ jobs: build-essential \ libssl-dev libyaml-dev libreadline6-dev \ zlib1g-dev libncurses5-dev libffi-dev \ - libclang1-10 \ + libclang1-14 \ bison autoconf sudo apt-get install -q -y pkg-config || : - name: Set up Ruby |
