From 427c864b1e20cbb072474db77eb0237220d2e0be Mon Sep 17 00:00:00 2001 From: Sam Schott Date: Fri, 12 Feb 2021 10:34:32 +0000 Subject: [PATCH] move tests back to macos-latest and ubuntu-latest macos-latest runners are often not available --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d69b5e5cb..ececfd46a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: name: offline strategy: matrix: - platform: [ubuntu-20.04, macos-11.0] + platform: [ubuntu-latest, macos-latest] python-version: [3.6, 3.7, 3.8, 3.9] runs-on: ${{ matrix.platform }} @@ -66,7 +66,7 @@ jobs: max-parallel: 2 fail-fast: false matrix: - platform: [ubuntu-20.04, macos-11.0] + platform: [ubuntu-latest, macos-latest] python-version: [3.6, ] include: # use two different Dropbox accounts to run tests in parallel