Skip to content

Commit 0587ecd

Browse files
committed
CI: Run tests on macOS 14 and Windows
- macos-13: macOS Intel runners - macos-14: macOS ARM runners - windows-latest: Windows Server runners
1 parent 55e5822 commit 0587ecd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
include:
2828
- os: macos-13
2929
python-version: '3.11'
30+
- os: macos-14
31+
python-version: '3.11'
32+
- os: windows-latest
33+
python-version: '3.11'
3034
steps:
3135
- uses: actions/checkout@v4
3236
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)