From 7462385f3e7619701a539c4e543475782b9f61db Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 5 Jun 2021 04:30:44 +0200 Subject: [PATCH] Enable MacOS builds Travis was not supporting them, but apparently GitHub Actions do? Let's try. --- .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 99395e0..1876bae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-latest, macos-latest] python-version: ['3.5', '3.6', '3.7', '3.8', '3.9'] include: - os: ubuntu-18.04 -- 2.39.2