mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Retired macos-12 and added macos-14 and macos-15 on GitHub Actions
This commit is contained in:
parent
b57d40d150
commit
ccbe0390fc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -21,8 +21,9 @@ jobs:
|
|||
matrix:
|
||||
test_task: ["check"] # "test-bundler-parallel", "test-bundled-gems"
|
||||
os:
|
||||
- macos-12
|
||||
- macos-13
|
||||
- macos-14
|
||||
- macos-15
|
||||
fail-fast: false
|
||||
env:
|
||||
GITPULLOPTIONS: --no-tags origin ${{github.ref}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue