From 089608c9fa81f7e2664d00a4668085f43f3d58e7 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Thu, 1 Jun 2023 16:18:12 +0200 Subject: [PATCH] Added macos to CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc8b12c..a320825 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-22.04,windows-latest] + os: [ubuntu-22.04,windows-latest,macos-latest] python-version: [3.9] steps: - name: Checkout repository