From 82f7352f9a3ef7051fdee57875191ff66efb44ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Montan=CC=83ana?= Date: Mon, 11 Jan 2021 12:00:32 +0100 Subject: [PATCH] Fix python version & os --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index df40935..6b27ec3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] - python: [3.7, 3.8] + os: [macos-latest, ubuntu-latest] + python: [3.8] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it