Skip to content

Commit

Permalink
build: use macos-13 for older python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbdevpl committed Jun 10, 2024
1 parent fc18198 commit d6daed4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: ['3.8', 'pypy3.8', '3.9', 'pypy3.9', '3.10', '3.11']
exclude:
- os: macos-latest
include:
- os: macos-13
python-version: '3.8'
- os: macos-latest
- os: macos-13
python-version: 'pypy3.8'
- os: macos-latest
- os: macos-13
python-version: '3.9'
- os: macos-latest
- os: macos-13
python-version: 'pypy3.9'
- os: macos-latest
- os: macos-13
python-version: '3.10'
- os: macos-latest
python-version: '3.11'

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

0 comments on commit d6daed4

Please sign in to comment.