Skip to content

Commit

Permalink
- tweaking matrix to leave only older Python versions on older MacOS;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed Apr 26, 2024
1 parent a179abe commit 97f6ab9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-13, windows-latest ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
python: [ '3.8', '3.9', 'pypy-3.9', '3.10', '3.11', '3.12', '3.13' ]
include:
- os: macos-13
python: 3.8
- os: macos-13
python: 3.9
exclude:
- os: macos-latest
python: 3.8
- os: macos-latest
python: 3.9

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

0 comments on commit 97f6ab9

Please sign in to comment.