Skip to content

Commit 4c285d1

Browse files
committed
ci: use macOS 13
1 parent 6bfb8b1 commit 4c285d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
16-
os: [ macOS-12 ]
16+
os: [ macOS-13 ]
1717
runs-on: ${{ matrix.os }}
1818

1919
name: Ruby ${{ matrix.ruby }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)