Skip to content

Commit

Permalink
CI: Don't test on macos-11.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser committed Aug 27, 2023
1 parent f2e6541 commit f4b2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
python-version: ['3.11', '3.10', '3.9', '3.8']
numpy-version: ['1.20.3', '1.21.6', '1.22.4', '1.23.5', '1.24.4', '1.25.2']
os: [ubuntu-latest, macos-11, macos-12]
os: [ubuntu-latest, macos-12]
exclude:
- python-version: '3.8'
numpy-version: '1.25.2'
Expand Down

0 comments on commit f4b2915

Please sign in to comment.