From 58797b1e8d653f1fff6f23ed57e8cfb5638120ba Mon Sep 17 00:00:00 2001 From: Shing Chan Date: Thu, 1 Feb 2024 16:18:55 +0000 Subject: [PATCH] ci: include macos in smoke tests --- .github/workflows/cwa.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cwa.yaml b/.github/workflows/cwa.yaml index 06d5572..e073fc4 100644 --- a/.github/workflows/cwa.yaml +++ b/.github/workflows/cwa.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] python-version: ["3.8", "3.9", "3.10"] steps: