Skip to content

Commit ca94576

Browse files
authored
Update test-n-publish.yml
Remove not supported MacOS 13 from workflow
1 parent 09458de commit ca94576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-n-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-latest, macos-13, macos-latest]
32-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
os: [ubuntu-latest, macos-latest]
32+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
3333
runs-on: ${{ matrix.os }}
3434

3535
steps:

0 commit comments

Comments
 (0)