summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-08-11 10:22:38 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-08-11 16:51:07 +0900
commitef2b785b2dd188196e91dd7084a4ac4da42228f2 (patch)
tree63fb7480daff8aa8cbf2e742b0646a663a3111f9
parentacd8ee8dbc0c0c5da8aa486db7dca169d8239196 (diff)
.github/workflows/compilers.yml: clang-12
LLVM made release/11.x branch. Its master is now version 12.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3405
-rw-r--r--.github/workflows/compilers.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index b64b3afeb8..a744ce1022 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -53,6 +53,7 @@ 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-11, value: clang-11 }
- { key: default_cc, name: clang-10, value: clang-10 }
- { key: default_cc, name: clang-9, value: clang-9 }