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 d57eaac commit 64c8d8eCopy full SHA for 64c8d8e
1 file changed
.github/workflows/ci-cd.yml
@@ -685,6 +685,13 @@ jobs:
685
python-version: pypy-3.11
686
- runner-vm-os: windows-2019
687
688
+ # NOTE: macOS PyPy 3.11 jobs are excluded because they flakily
689
+ # NOTE: crash `pytest-xdist` workers.
690
+ # NOTE: They should be re-added once it's fixed.
691
+ - runner-vm-os: macos-15
692
+ python-version: pypy-3.11
693
+ - runner-vm-os: macos-13
694
695
696
uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@208490c75f7f6b81e2698cc959f24d264c462d57 # yamllint disable-line rule:line-length
697
with:
0 commit comments