aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2022-04-20 16:05:37 +0900
committerGitHub <noreply@github.com>2022-04-20 16:05:37 +0900
commit4a4c1d6920c7d9fbcd2542a3462f19ccd48c02e8 (patch)
tree11ec313939b9b8e23e07eed4bcb7f54d3a417d7e /.github
parentc506ddac6c88b14daf4a18bddf1c1e57be8d2225 (diff)
downloadruby-4a4c1d6920c7d9fbcd2542a3462f19ccd48c02e8.tar.gz
[CI] resort to clang-14 (#5824)
* [CI] resort to clang-14 Clang 15 + --std=c2x combination seems actively developed now. Might better wait for them to mature * also change default compiler
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/compilers.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index e90af2dbbc..5e2b527efe 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -20,7 +20,7 @@ concurrency:
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
# restriction.
env:
- default_cc: clang-15
+ default_cc: clang-14
append_cc: ''
crosshost: ''
@@ -195,7 +195,7 @@ jobs:
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
container:
- image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-15' }}
+ image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
options: --user root
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps: