Skip to content

Commit

Permalink
Skip macOS 3.11 test when publishing
Browse files Browse the repository at this point in the history
Refs #505
  • Loading branch information
simonw authored Oct 25, 2022
1 parent 0d45ee1 commit fb8f495
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
# https://github.com/actions/setup-python/issues/531
- os: macos-latest
python-version: "3.11"
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit fb8f495

Please sign in to comment.