Skip to content

Commit 080b4bc

Browse files
committed
fix(ci): CI matrix on macos latest
Signed-off-by: Frost Ming <me@frostming.com>
1 parent 146b170 commit 080b4bc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ jobs:
1313
matrix:
1414
python-version: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13", "pypy-3.8"]
1515
os: [ubuntu-latest, windows-latest, macos-latest]
16+
exclude:
17+
- python-version: 3.8
18+
os: macos-latest
19+
- python-version: 3.9
20+
os: macos-latest
21+
include:
22+
- python-version: 3.8
23+
os: macos-13
24+
- python-version: 3.9
25+
os: macos-13
1626

1727
steps:
1828
- uses: actions/checkout@v4
@@ -21,6 +31,7 @@ jobs:
2131
with:
2232
python-version: ${{ matrix.python-version }}
2333
allow-prereleases: true
34+
cache: "pip"
2435
- name: Install Dependencies
2536
run: |
2637
python -m pip install -U pip pytest setuptools editables

0 commit comments

Comments
 (0)