Skip to content

Commit

Permalink
fix: run all macOS builds on macos-13 (workaround for giampaolo/psuti…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Oct 23, 2024
1 parent 556586b commit 2d771df
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, 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 2d771df

Please sign in to comment.