Skip to content

Commit c13dbf3

Browse files
Fix up test matrix.
1 parent 23d3111 commit c13dbf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,12 @@ jobs:
4646
path: .coverage.*
4747

4848
test_linux_no_gil:
49-
name: Test (NO GIL) (${{ matrix.os }}, ${{ matrix.python-version }})
49+
name: Test - NO GIL (${{ matrix.os }}, ${{ matrix.python-version }})
5050
runs-on: ubuntu-latest
5151
strategy:
5252
matrix:
53+
os:
54+
- ubuntu-20.04
5355
python-version: [3.13-dev]
5456
steps:
5557
- name: Checkout code

0 commit comments

Comments
 (0)