Skip to content

Commit 61e185f

Browse files
committed
CI: Use macos-latest
1 parent f7f07fe commit 61e185f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ${{ matrix.os }}
2323
strategy:
2424
matrix:
25-
os: [ "ubuntu-22.04", "macos-13" ] # , windows-latest ]
25+
os: [ "ubuntu-22.04", "macos-latest" ] # , windows-latest ]
2626
ruby-version: [ "2.4", "2.5", "2.6", "2.7", "3.0", "3.1", "3.2" ]
2727

2828
name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }}

0 commit comments

Comments
 (0)