Skip to content

Commit f34a353

Browse files
committed
build: no longer need to force macOS 13 for 3.8 and 3.9
1 parent 0ae5775 commit f34a353

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,13 @@ jobs:
6969
python-version: "pypy-3.9"
7070
- os: windows
7171
python-version: "pypy-3.10"
72-
# GitHub is rolling out macos 14, but it doesn't have Python 3.8 or 3.9.
73-
# https://mastodon.social/@hugovk/112320493602782374
74-
include:
75-
- python-version: "3.8"
76-
os: "macos"
77-
os-version: "13"
78-
- python-version: "3.9"
79-
os: "macos"
80-
os-version: "13"
72+
# If we need to tweak the os version we can do it with an include like
73+
# this:
74+
# include:
75+
# - python-version: "3.8"
76+
# os: "macos"
77+
# os-version: "13"
78+
8179
# If one job fails, stop the whole thing.
8280
fail-fast: true
8381

0 commit comments

Comments
 (0)