Skip to content

Commit 65b38eb

Browse files
committed
CI: test all available OS in CI
1 parent 47e4ba9 commit 65b38eb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/buildwheel.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,17 @@ jobs:
8383
strategy:
8484
fail-fast: false
8585
matrix:
86-
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2019, macos-13, macos-14]
86+
os: [
87+
ubuntu-22.04,
88+
ubuntu-24.04,
89+
ubuntu-24.04-arm,
90+
windows-2019,
91+
windows-2022,
92+
windows-2025,
93+
macos-13,
94+
macos-14,
95+
macos-15,
96+
]
8797
# This list to be kept in sync with python-requires in pyproject.toml.
8898
python-version: ['3.11', '3.12', '3.13', '3.13t', 'pypy3.11']
8999

0 commit comments

Comments
 (0)