Skip to content

Commit 41a44f1

Browse files
committed
🧪 Exclude PyPy jobs under macOS intel VMs
This is a follow-up for 8b8d6f8. Ref: https://github.com/cherrypy/cheroot/pull/798/files#r2607037869
1 parent 39cccaa commit 41a44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ jobs:
762762
# NOTE: They should be re-added once it's fixed.
763763
- runner-vm-os: macos-15
764764
python-version: pypy-3.11
765-
- runner-vm-os: macos-13
765+
- runner-vm-os: macos-15-intel
766766
python-version: pypy-3.11
767767

768768
uses: tox-dev/workflow/.github/workflows/reusable-tox.yml@0b1e32642419392b5012b1efb66331a6babe6f79 # yamllint disable-line rule:line-length

0 commit comments

Comments
 (0)