Skip to content

Commit da6404b

Browse files
Fix test matrix
1 parent 37a680e commit da6404b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ jobs:
7979
- {python: '3.13', os: windows-latest, session: tests}
8080
- {python: '3.12', os: windows-latest, session: tests}
8181
- {python: '3.11', os: windows-latest, session: tests}
82-
- {python: '3.14', os: windows-latest, session: tests}
83-
- {python: '3.13', os: windows-latest, session: tests}
82+
- {python: '3.14', os: macos-latest, session: tests}
83+
- {python: '3.13', os: macos-latest, session: tests}
8484
- {python: '3.12', os: macos-latest, session: tests}
8585
- {python: '3.11', os: macos-latest, session: tests}
8686
- {python: '3.14', os: macos-13, session: tests}

0 commit comments

Comments
 (0)