Skip to content

Commit 6d89059

Browse files
committed
CRuby < 2.6 does not support macos-latest now
ref: [macOS 14 (Sonoma) is generally available - GitHub Changelog](https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image/)
1 parent acd5cce commit 6d89059

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest]
17-
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, debug, truffleruby, truffleruby-head, jruby, jruby-head]
17+
ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head, debug, truffleruby, truffleruby-head, jruby, jruby-head]
18+
include:
19+
- { os: macos-13, ruby: '2.5' }
1820
steps:
1921
- uses: actions/checkout@v4
2022
- name: Set up Ruby

0 commit comments

Comments
 (0)