summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-02-10 10:11:02 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-02-10 12:54:05 +0900
commit281dfacb5db335c60b3f0ec58bb077690b100a35 (patch)
tree982fcc0ca744ee4ddde5211046632082ee5e15d6 /.github
parente72757a3117795457490a9ae57e59fde20b5d57f (diff)
.github/workflows/compilers.yml: clang-13
LLVM made release/122.x branch. Its master is now version 12.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4166
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 719917a230..3470d1076a 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -54,7 +54,8 @@ jobs:
# - { key: default_cc, name: gcc-6, value: gcc-6 }
# - { key: default_cc, name: gcc-5, value: gcc-5 }
- { key: default_cc, name: gcc-4.8, value: gcc-4.8 }
- - { key: default_cc, name: clang-12, value: clang-12 }
+ - { key: default_cc, name: clang-13, value: clang-13 }
+# - { key: default_cc, name: clang-12, value: clang-12 }
# - { key: default_cc, name: clang-11, value: clang-11 }
# - { key: default_cc, name: clang-10, value: clang-10 }
# - { key: default_cc, name: clang-9, value: clang-9 }