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 ea0a04c commit 1543346Copy full SHA for 1543346
.github/workflows/ci.yml
@@ -67,7 +67,9 @@ jobs:
67
- "pypy-3.10"
68
os: ["ubuntu-latest"]
69
include:
70
- - os: "macos-latest"
+ - os: "macos-13"
71
+ python-version: 3.8
72
+ - os: "macos-14"
73
python-version: 3.8
74
- os: "windows-latest"
75
@@ -132,7 +134,7 @@ jobs:
132
134
shell: bash -l {0}
133
135
strategy:
136
matrix:
- os: ["ubuntu-latest", "macos-latest", "windows-latest"]
137
+ os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"]
138
python_version: [ "python" ]
139
140
- os: "ubuntu-latest"
0 commit comments