Skip to content

Commit b998547

Browse files
committed
[gha] change pypy-3.8 runner to pypy3 runner
1 parent e435d80 commit b998547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linuxci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
1515
name: Linux CI
1616
steps:
1717
- name: Check out source repository

.github/workflows/macosci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
1515
name: macOS CI
1616
steps:
1717
- name: Check out source repository

.github/workflows/windowsci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
14+
python-version: ["3.7", "3.8", "3.9", "3.10", "pypy3"]
1515
name: Windows CI
1616
steps:
1717
- name: Check out source repository

0 commit comments

Comments
 (0)