Skip to content

Commit

Permalink
Fix CI by skipping bad combination (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanovs authored Aug 25, 2024
1 parent 6207c1d commit 671066f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ jobs:
- macos-13
- windows-latest
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.8']
exclude:
# It looks like the issue with with macos-13/python3.8 is that the
# GitHub image for macos-13 switched from gcc 11 to 12, and this makes
# the old matplotlib package fail.
# TODO: Remove when we remove support for python3.8 entirely.
# See:
# - https://github.com/actions/runner-images/issues/10213
# - https://github.com/actions/runner-images/blob/releases/macos-13/20240811/images/macos/macos-13-Readme.md
# - https://github.com/actions/runner-images/discussions/7521
- os: macos-13
python-version: 3.8

steps:
- name: Check out code
Expand Down

0 comments on commit 671066f

Please sign in to comment.