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 26, 2024
1 parent d8b8196 commit 7a1782a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/testsuite.yml
Expand Up @@ -63,15 +63,12 @@ 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"

fail-fast: false

Expand Down

0 comments on commit 7a1782a

Please sign in to comment.