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 c124c58 commit 4a3f1a8Copy full SHA for 4a3f1a8
.github/workflows/ci.yml
@@ -62,9 +62,9 @@ jobs:
62
- "pypy-3.10"
63
os: ["ubuntu-latest"]
64
include:
65
- - os: "macos-latest" # For m1 macos
66
- python-version: "3.8"
67
- - os: "macos-13" # for x86 macos
+ - os: "macos-14" # For m1 macos
+ python-version: "3.12"
+ - os: "macos-latest" # for x86 macos
68
python-version: "3.8"
69
- os: "windows-latest"
70
0 commit comments