From 8041b6aa4b4a94a918e422e371dab3a2ae6f81b1 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Thu, 25 Feb 2021 20:28:41 +0600 Subject: env --- .github/workflows/workflow.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index d316044e..fabd5d8b 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -19,11 +19,11 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04] + os: [ubuntu-20.04, macos-latest] python-version: ['3.6', '3.7', '3.8', '3.9', 'pypy3'] exclude: - #- os: macos-latest - # python-version: 3.6, 3.7 + - os: macos-latest + python-version: 3.6, 3.7 #- os: windows-latest # python-version: 3.6, 3.7 # additional service containers to run -- cgit v1.2.1