mirror of
https://github.com/ruby/ruby.git
synced 2026-08-10 12:24:06 +08:00
Retired macos-11 because this version is EOL, and added macos-13(beta)
This commit is contained in:
parent
8c3eb47fff
commit
5987f0b7c8
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
@ -33,10 +33,10 @@ jobs:
|
||||
matrix:
|
||||
test_task: ['check']
|
||||
configure: ['']
|
||||
os: ${{ fromJSON(format('["macos-11","macos-12"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
|
||||
os: ${{ fromJSON(format('["macos-12","macos-13"{0}]', (github.repository == 'ruby/ruby' && ',"macos-arm-oss"' || ''))) }}
|
||||
include:
|
||||
- test_task: test-all TESTS=--repeat-count=2
|
||||
os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-12' }}
|
||||
os: ${{ github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-13' }}
|
||||
fail-fast: false
|
||||
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user