Skip to content

Commit

Permalink
ci: fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Dec 18, 2024
1 parent 10ded64 commit c92193b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:

exclude: # python <= 3.7 no longer supported in latest operating systems
- python-version: "3.7"
include: # use older macos for python 3.7
include:
# use older macos for python 3.7
- python-version: "3.7"
os: macos-13
include: # use older ubuntu for python 3.7
# use older ubuntu for python 3.7
- python-version: "3.7"
os: ubuntu-20.04

Expand Down

0 comments on commit c92193b

Please sign in to comment.