Skip to content

Commit eb4fade

Browse files
committed
ci: fix mistake
1 parent 5de8d80 commit eb4fade

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,14 @@ jobs:
5151
- runs-on: windows-latest
5252
python: pypy3
5353

54-
# PyPy2 7.3.3 segfaults, while 7.3.2 was fine. TODO: investigate
55-
- runs-on: unbuntu-latest
54+
# TODO: PyPy2 7.3.3 segfaults, while 7.3.2 was fine.
55+
- runs-on: ubuntu-latest
5656
python: pypy2
5757

58+
# TODO: Parameter is incorrect error (again)
59+
- runs-on: windows-latest
60+
python: 3.10-dev
61+
5862
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
5963
runs-on: ${{ matrix.runs-on }}
6064

0 commit comments

Comments
 (0)