From 4ea2b8789b868c0e951e21cd0fbdab827f2db983 Mon Sep 17 00:00:00 2001 From: Yue Zhao Date: Wed, 8 Mar 2023 15:16:43 -0500 Subject: [PATCH] Update testing-cron.yml --- .github/workflows/testing-cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: