Only ruby/ruby repository runs on macos-arm-oss [ci skip]
This commit is contained in:
parent
35edc14ee1
commit
511571b5ff
13
.github/workflows/macos.yml
vendored
13
.github/workflows/macos.yml
vendored
@ -29,16 +29,9 @@ jobs:
|
||||
make:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- test_task: 'check'
|
||||
os: 'macos-11'
|
||||
configure: ''
|
||||
- test_task: 'check'
|
||||
os: 'macos-12'
|
||||
configure: '--enable-shared'
|
||||
- test_task: 'check'
|
||||
os: 'macos-arm-oss'
|
||||
configure: ''
|
||||
test_task: ['check']
|
||||
configure: ['']
|
||||
os: ${{ fromJSON(format('["macos-11","macos-12"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
|
||||
fail-fast: false
|
||||
|
||||
env:
|
||||
|
3
.github/workflows/yjit-macos.yml
vendored
3
.github/workflows/yjit-macos.yml
vendored
@ -45,7 +45,8 @@ jobs:
|
||||
runs-on: macos-arm-oss
|
||||
|
||||
if: >-
|
||||
${{!(false
|
||||
${{github.repository == 'ruby/ruby' &&
|
||||
!(false
|
||||
|| contains(github.event.head_commit.message, '[DOC]')
|
||||
|| contains(github.event.pull_request.title, '[DOC]')
|
||||
|| contains(github.event.pull_request.labels.*.name, 'Documentation')
|
||||
|
Loading…
x
Reference in New Issue
Block a user