mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Added macos-13 and removed macos-11
This commit is contained in:
parent
eca044a387
commit
2dfaa00e09
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -35,8 +35,8 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
|
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
|
||||||
os:
|
os:
|
||||||
- macos-11
|
|
||||||
- macos-12
|
- macos-12
|
||||||
|
- macos-13
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue