Skip to content

Commit

Permalink
Update testing.yml (pyRiemann#294)
Browse files Browse the repository at this point in the history
* Update testing.yml

* Update testing.yml
  • Loading branch information
gcattan authored and AmmarMian committed Jun 13, 2024
1 parent bb6a2fd commit b8c77f1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, macOS-latest, windows-latest]
# Python 3.9 is on macos-13 but not macos-latest (macos-14-arm64)
# https://github.com/actions/setup-python/issues/696#issuecomment-1637587760
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@v2
Expand Down

0 comments on commit b8c77f1

Please sign in to comment.