Skip to content

Commit

Permalink
Update minimum.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Jul 30, 2024
1 parent 439b8e9 commit 7ebaab0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/minimum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11','3.12']
os: [ubuntu-latest, windows-latest]
include:
- os: macos-14-arm64/20240714.2
# macos-latest no longer supports Python 3.8
- os: macos-13
python-version: '3.8'
- os: macos-latest
python-version: '3.12'
Expand Down

0 comments on commit 7ebaab0

Please sign in to comment.