Skip to content

Commit 0a40c61

Browse files
authored
fix(ci): run latest-deps tests on all OS with all Python versions (#1510)
1 parent c34f294 commit 0a40c61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest-deps-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
latest-deps-tests-matrix:
1010
strategy:
1111
matrix:
12-
os: [Ubuntu]
12+
os: [Ubuntu, macOS, Windows]
1313
python-version: ["3.10", "3.11", "3.12", "3.13"]
1414
include:
1515
- os: Ubuntu
1616
image: ubuntu-latest
1717
- os: macOS
18-
image: macos-15
18+
image: macos-latest
1919
- os: Windows
2020
image: windows-latest
2121
fail-fast: false

0 commit comments

Comments
 (0)