Skip to content

Commit b556842

Browse files
committed
Fix CI
1 parent 591af92 commit b556842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: main
22
on: [push]
33
jobs:
44
check-tests:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: ['3.7', '3.11', 'pypy3.8']
8+
python-version: ['3.7', '3.11', 'pypy3.10']
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)