Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 5d10a3b

Browse files
authored
Update tests.yml
Just comment out macos builds so the last run before archiving is green
1 parent f2eabcb commit 5d10a3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [ubuntu-latest, macos-latest, windows-latest]
15+
os: [ubuntu-latest, windows-latest]
1616
python-version: ['pypy-2.7', '3.9', '3.10', '3.11']
1717
exclude:
1818
- os: macos-latest

0 commit comments

Comments
 (0)