Skip to content

Commit ede516f

Browse files
authored
remove macos-13 from matrix
1 parent ea45d63 commit ede516f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
python-version: ["3.10", 3.11, 3.12, 3.13, 3.14]
10-
os: [macos-13, macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
10+
os: [macos-14, windows-latest, ubuntu-22.04, ubuntu-24.04]
1111
runs-on: ${{ matrix.os }}
1212
steps:
1313
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)