Skip to content

Commit e67a33f

Browse files
committed
ci: macos-13 is no longer available
1 parent 805f3e3 commit e67a33f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,12 @@ jobs:
332332
strategy:
333333
fail-fast: false
334334
matrix:
335-
os: [windows-latest, macos-13, macos-14]
335+
os: [windows-latest, macos-15-intel, macos-15]
336336
ruby: ${{ fromJSON(needs.ruby_versions.outputs.setup_ruby) }}
337337
include:
338-
- os: macos-13
338+
- os: macos-15-intel
339339
platform: x86_64-darwin
340-
- os: macos-14
340+
- os: macos-15
341341
platform: arm64-darwin
342342
- os: windows-latest
343343
platform: x64-mingw-ucrt

0 commit comments

Comments
 (0)