We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fcddab3 + 9b21950 commit 54e24f1Copy full SHA for 54e24f1
.github/workflows/CI.yaml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
fail-fast: false
29
matrix:
30
- os: [macOS-13, ubuntu-latest]
+ os: [macOS-latest, ubuntu-latest]
31
python-version: ["3.10", "3.11"]
32
deps: ["devtools/conda-envs/test_env.yaml"]
33
0 commit comments