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 265011a commit 77df0a0Copy full SHA for 77df0a0
.github/workflows/check.yml
@@ -42,10 +42,10 @@ jobs:
42
- { os: macos-latest, py: "brew@3.8" }
43
- { os: ubuntu-latest, py: "3.7" }
44
- { os: windows-latest, py: "3.7" }
45
- - { os: macos-12, py: "3.7" }
+ - { os: macos-13, py: "3.7" }
46
- { os: ubuntu-latest, py: "pypy-3.7" }
47
- { os: windows-latest, py: "pypy-3.7" }
48
- - { os: macos-12, py: "pypy-3.7" }
+ - { os: macos-13, py: "pypy-3.7" }
49
exclude:
50
- { os: windows-latest, py: "pypy-3.10" }
51
- { os: windows-latest, py: "pypy-3.9" }
0 commit comments