Skip to content

Commit

Permalink
ci: add job for py39 on macos-11
Browse files Browse the repository at this point in the history
Closes pypy#19.
  • Loading branch information
blueyed committed Jun 4, 2021
1 parent f1e5513 commit f2cfcaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
python: "pypy-2.7"
os: ubuntu-20.04

# macos
- tox_env: "py39-coverage"
python: "3.9"
os: macos-11

steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f2cfcaf

Please sign in to comment.