Skip to content

Commit

Permalink
Switch testing environment from macos-latest to macos-10.15. This is …
Browse files Browse the repository at this point in the history
…to retain support for Python 3.6.
  • Loading branch information
denewiler authored Oct 12, 2021
2 parents e921182 + 43dd594 commit e8eb3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-18.04, ubuntu-20.04, windows-latest]
os: [macos-10.15, ubuntu-18.04, ubuntu-20.04, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, 3.10.0-rc.2]

steps:
Expand Down

0 comments on commit e8eb3bb

Please sign in to comment.