Skip to content

Commit

Permalink
move tests back to macos-latest and ubuntu-latest
Browse files Browse the repository at this point in the history
macos-latest runners are often not available
  • Loading branch information
Sam Schott committed Feb 12, 2021
1 parent 0cf7f27 commit 427c864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 427c864

Please sign in to comment.