Skip to content

Commit

Permalink
Update linting_and_unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiWeiss authored May 18, 2024
1 parent 67507b0 commit fc39407
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/linting_and_unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-13]
# macos-latest currently has issues (https://github.com/actions/setup-python/issues/855)
os: [ubuntu-latest, windows-latest, macos-13]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# run python < 3.10 on macos-13 instead of latest (https://github.com/actions/setup-python/issues/855)
- os: macos-latest
python-version: 3.9
- os: macos-latest
python-version: 3.8
- os: macos-13
python-version: 3.10
- os: macos-13
python-version: 3.11
- os: macos-13
python-version: 3.12

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit fc39407

Please sign in to comment.