Skip to content

Commit 18cecd3

Browse files
authored
Merge pull request #28 from bbc2/fix-ci
Fix CI
2 parents 591af92 + b556842 commit 18cecd3

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)