Skip to content

Commit

Permalink
Revert "Test in MacOS 10.15. Drop test in py37"
Browse files Browse the repository at this point in the history
This reverts commit 4094cf2.

There were a bunch of other places where the macOS image name also
needed to be updated, so the tests haven't been running since the above
commit on macOS. macos-latest should be fine now anyway.
  • Loading branch information
alexdewar committed Aug 1, 2022
1 parent 1c253e3 commit ee3da96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-10.15]
python-version: [3.8, 3.9]
os: [windows-latest, ubuntu-latest, macos-latest]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit ee3da96

Please sign in to comment.