Skip to content

Commit 8a4444e

Browse files
committed
ignore macos intel
1 parent 0b26ba0 commit 8a4444e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
python -m tox -e py313
8282
8383
- name: Run repro tests
84-
if: matrix.python-version == '3.12'
84+
if: matrix.python-version == '3.12' && matrix.os != 'macos-15-intel'
8585
run: |
8686
python -m tox -e py312-repro
8787

0 commit comments

Comments
 (0)