Skip to content

Commit

Permalink
Upgrading CI matrix wrt macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Yomguithereal committed Aug 1, 2023
1 parent 6bf6979 commit 213d966
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
strategy:
matrix:
include:

# Ubuntu
- os: ubuntu-20.04
python-version: "3.5"
Expand All @@ -25,8 +24,12 @@ jobs:
python-version: "3.11"

# Mac
- os: macos-10.15
- os: macos-12
python-version: "3.6"
- os: macos-12
python-version: "3.7"
- os: macos-12
python-version: "3.8"

# Windows
- os: windows-latest
Expand Down

0 comments on commit 213d966

Please sign in to comment.