Skip to content

Commit eb99178

Browse files
authored
Merge pull request #185 from olleolleolle/drop-old-ci-runner
CI: macos-13 is retired, drop it from the matrix
2 parents 68460c0 + 7330406 commit eb99178

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
exclude:
2222
- { os: macos-latest, ruby: '2.4' }
2323
- { os: macos-latest, ruby: '2.5' }
24-
include:
25-
- { os: macos-13, ruby: '2.4' }
26-
- { os: macos-13, ruby: '2.5' }
2724
runs-on: ${{ matrix.os }}
2825
steps:
2926
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)