diff --git a/.github/workflows/testing-cron.yml b/.github/workflows/testing-cron.yml index 61d1a84f6..05924a474 100644 --- a/.github/workflows/testing-cron.yml +++ b/.github/workflows/testing-cron.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10"] steps: