mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
fc988c0be6
commit
2cc890d7d3
Notes:
git
2022-02-10 08:24:44 +09:00
1 changed files with 3 additions and 2 deletions
5
.github/workflows/compilers.yml
vendored
5
.github/workflows/compilers.yml
vendored
|
@ -20,7 +20,7 @@ concurrency:
|
|||
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
|
||||
# restriction.
|
||||
env:
|
||||
default_cc: clang-14
|
||||
default_cc: clang-15
|
||||
append_cc: ''
|
||||
crosshost: ''
|
||||
|
||||
|
@ -75,6 +75,7 @@ jobs:
|
|||
container: gcc-11
|
||||
shared: '--disable-shared'
|
||||
# check: true
|
||||
- { key: default_cc, name: clang-15, value: clang-15, container: clang-15 }
|
||||
- { key: default_cc, name: clang-14, value: clang-14, container: clang-14 }
|
||||
- { key: default_cc, name: clang-13, value: clang-13, container: clang-13 }
|
||||
- { key: default_cc, name: clang-12, value: clang-12, container: clang-12 }
|
||||
|
@ -188,7 +189,7 @@ jobs:
|
|||
name: ${{ matrix.entry.name }}
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
|
||||
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-15' }}
|
||||
options: --user root
|
||||
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Reference in a new issue