Skip to content

Commit

Permalink
ci: work around moar 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 03d1a2e commit 13b0d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
py: "3.8"
- os: macos-latest
py: "3.9"
# See: https://github.com/actions/setup-python/issues/860
- os: macos-latest
py: "3.10"

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

0 comments on commit 13b0d89

Please sign in to comment.