Skip to content

Commit

Permalink
fix(ci): CI matrix on macos latest
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Apr 25, 2024
1 parent 146b170 commit 080b4bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ jobs:
matrix:
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "pypy-3.8"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- python-version: 3.8
os: macos-latest
- python-version: 3.9
os: macos-latest
include:
- python-version: 3.8
os: macos-13
- python-version: 3.9
os: macos-13

steps:
- uses: actions/checkout@v4
Expand All @@ -21,6 +31,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: "pip"
- name: Install Dependencies
run: |
python -m pip install -U pip pytest setuptools editables
Expand Down

0 comments on commit 080b4bc

Please sign in to comment.