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 3fb04f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,14 +66,14 @@ 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
- platform: ubuntu-20.04
- platform: ubuntu-latest
token: DROPBOX_REFRESH_TOKEN_1

- platform: macos-11.0
- platform: macos-latest
token: DROPBOX_REFRESH_TOKEN_2

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 3fb04f0

Please sign in to comment.