We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc42e5 commit ed99165Copy full SHA for ed99165
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: [ubuntu-20.04, ubuntu-24.04, macos-12, macos-15]
+ os: [ubuntu-20.04, ubuntu-latest, macos-13, macos-latest]
12
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13
14
steps:
0 commit comments