Skip to content

Commit

Permalink
test: fix macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Apr 29, 2024
1 parent 481196f commit fcf107f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,16 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, windows-latest]
include:
- python-version: "3.8"
platform: macos-13
- python-version: "3.9"
platform: macos-13
- python-version: "3.10"
platform: macos-latest
- python-version: "3.10"
platform: macos-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit fcf107f

Please sign in to comment.