Skip to content

Commit

Permalink
Fix macos-latest and 3.7 tests (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
kinuax authored Jan 24, 2025
1 parent 2aea99d commit 5022f1f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,21 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
- os: macos-latest
python-version: '3.7'
include:
- os: macos-13
python-version: '3.7'

env:
PYTHON: ${{ matrix.python-version }}
OS: ${{ matrix.os }}
EXTRAS: yes

runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}

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

0 comments on commit 5022f1f

Please sign in to comment.