Skip to content

Commit

Permalink
ci: work around GHA macos-latest mess
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 16, 2024
1 parent e8363bd commit 03d1a2e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,13 @@ jobs:
- x64

exclude:
# persistent fails to build on 3.12-dev on MacOS in GitHub
# See: https://github.com/actions/setup-python/issues/850
- os: macos-latest
py: "3.12"
py: "3.7"
- os: macos-latest
py: "3.8"
- os: macos-latest
py: "3.9"

include:
# Only run coverage on ubuntu-20.04, except on pypy3
Expand Down

0 comments on commit 03d1a2e

Please sign in to comment.