Skip to content

Commit

Permalink
[MAINT] test on several macos versions (#4405)
Browse files Browse the repository at this point in the history
* test on several macos versions

* downgrade to macos13
  • Loading branch information
Remi-Gau committed Apr 30, 2024
1 parent 44616e8 commit 819cd24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_with_tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,17 @@ jobs:
matrix:
description: [latest dependencies]
py: ['3.12', '3.11', '3.10', '3.9', '3.8']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-13, windows-latest]
env: [test_plotting]
include:
- description: pre-release dependencies
py: '3.12'
os: ubuntu-latest
env: test_pre
- description: latest dependencies on macos-14
py: '3.12'
os: macos-14
env: test_plotting
- description: oldest dependencies - no plotting
py: '3.8'
os: ubuntu-latest
Expand Down

0 comments on commit 819cd24

Please sign in to comment.