File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ concurrency:
29
29
30
30
jobs :
31
31
coverage :
32
- name : " Python ${{ matrix.python-version }} on ${{ matrix.os }}"
33
- runs-on : " ${{ matrix.os }}"
32
+ name : " ${{ matrix.python-version }} on ${{ matrix.os }}"
33
+ runs-on : " ${{ matrix.os }}-latest "
34
34
35
35
strategy :
36
36
matrix :
37
37
os :
38
- - ubuntu-latest
39
- - macos-latest
40
- - windows-latest
38
+ - ubuntu
39
+ - macos
40
+ - windows
41
41
python-version :
42
42
# When changing this list, be sure to check the [gh] list in
43
43
# tox.ini so that tox will run properly. PYVERSIONS
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ concurrency:
31
31
32
32
jobs :
33
33
tests :
34
- name : " Python ${{ matrix.python-version }}"
34
+ name : " ${{ matrix.python-version }}"
35
35
# Choose a recent Ubuntu that deadsnakes still builds all the versions for.
36
36
# For example, deadsnakes doesn't provide 3.10 nightly for 22.04 (jammy)
37
37
# because jammy ships 3.10, and deadsnakes doesn't want to clobber it.
You can’t perform that action at this time.
0 commit comments