Skip to content

Commit

Permalink
[gha] change pypy-3.8 runner to pypy3 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimpkins committed Dec 14, 2021
1 parent e435d80 commit b998547
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
name: Linux CI
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
name: macOS CI
steps:
- name: Check out source repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windowsci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
name: Windows CI
steps:
- name: Check out source repository
Expand Down

0 comments on commit b998547

Please sign in to comment.