Skip to content

Commit

Permalink
macOS-latest does not support pypy-3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mozman committed Mar 23, 2022
1 parent 7db71d7 commit ffcc9a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testrunner.yml
Expand Up @@ -9,8 +9,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9, pypy-3.6]
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9, pypy-3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ffcc9a3

Please sign in to comment.