Skip to content

Commit

Permalink
build: no longer need to force macOS 13 for 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 30, 2024
1 parent 0ae5775 commit f34a353
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/coverage.yml
Expand Up @@ -69,15 +69,13 @@ jobs:
python-version: "pypy-3.9"
- os: windows
python-version: "pypy-3.10"
# GitHub is rolling out macos 14, but it doesn't have Python 3.8 or 3.9.
# https://mastodon.social/@hugovk/112320493602782374
include:
- python-version: "3.8"
os: "macos"
os-version: "13"
- python-version: "3.9"
os: "macos"
os-version: "13"
# If we need to tweak the os version we can do it with an include like
# this:
# include:
# - python-version: "3.8"
# os: "macos"
# os-version: "13"

# If one job fails, stop the whole thing.
fail-fast: true

Expand Down

0 comments on commit f34a353

Please sign in to comment.