Skip to content

Commit 5ce9759

Browse files
committed
Disable pypy3 on mac
1 parent a24015f commit 5ce9759

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ jobs:
9393
name: pypy3-windows
9494
python-version: pypy3
9595

96-
- os: macOS-latest
97-
name: pypy3-mac
98-
python-version: pypy3
96+
# - os: macOS-latest
97+
# name: pypy3-mac
98+
# python-version: pypy3
9999

100100
- os: ubuntu-18.04
101101
name: devel-ubuntu

0 commit comments

Comments
 (0)