Skip to content

Commit

Permalink
build: fix borked macos github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Oct 23, 2024
1 parent 200f0de commit 556586b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9', '3.10', '3.11']
exclude:
- os: macos-latest
python-version: '3.9'
- os: macos-latest
python-version: '3.10'
include:
- os: macos-13
python-version: '3.9'
- os: macos-13
python-version: '3.10'

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

0 comments on commit 556586b

Please # to comment.