ci(github): test on macOS

This commit is contained in:
D. Bohdan 2024-01-30 11:10:37 +00:00
parent 45b980bc1e
commit a44d7ed94d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.10"]
os: ["ubuntu-latest", "windows-latest"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
steps:
- name: 'Disable `autocrlf` in Git'
run: git config --global core.autocrlf false