Skip to content

Commit 5f36d10

Browse files
committed
Remove macOS 13 from workflow matrix
1 parent 3ed48b6 commit 5f36d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [macos-13, macos-14, macos-15, macos-latest]
12+
os: [macos-14, macos-15, macos-latest]
1313
steps:
1414
- name: Checkout Code
1515
uses: actions/checkout@v5

0 commit comments

Comments
 (0)