Skip to content

Commit f2cfcaf

Browse files
committed
ci: add job for py39 on macos-11
Closes pypy#19.
1 parent f1e5513 commit f2cfcaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
python: "pypy-2.7"
5151
os: ubuntu-20.04
5252

53+
# macos
54+
- tox_env: "py39-coverage"
55+
python: "3.9"
56+
os: macos-11
57+
5358
steps:
5459
- uses: actions/checkout@v2
5560
with:

0 commit comments

Comments
 (0)