Skip to content

Commit 1c7c97b

Browse files
authored
CI: use macos-13 for Ruby 2.5
1 parent 2b23613 commit 1c7c97b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ jobs:
1717
os: [ubuntu]
1818
ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2']
1919
include:
20-
- os: macos
20+
- os: macos-13
2121
ruby: '2.5'
2222
- os: macos
2323
ruby: '3.2'
2424
- os: windows
2525
ruby: '2.5'
2626
- os: windows
2727
ruby: '3.2'
28+
2829
runs-on: ${{ matrix.os }}-latest
2930
steps:
3031
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)