Skip to content

Commit 28aa7be

Browse files
committed
build: make the coverage workflow more similar to the testsuite workflow
1 parent 8eb95b5 commit 28aa7be

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ concurrency:
2929

3030
jobs:
3131
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"
3434

3535
strategy:
3636
matrix:
3737
os:
38-
- ubuntu-latest
39-
- macos-latest
40-
- windows-latest
38+
- ubuntu
39+
- macos
40+
- windows
4141
python-version:
4242
# When changing this list, be sure to check the [gh] list in
4343
# tox.ini so that tox will run properly. PYVERSIONS

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ concurrency:
3131

3232
jobs:
3333
tests:
34-
name: "Python ${{ matrix.python-version }}"
34+
name: "${{ matrix.python-version }}"
3535
# Choose a recent Ubuntu that deadsnakes still builds all the versions for.
3636
# For example, deadsnakes doesn't provide 3.10 nightly for 22.04 (jammy)
3737
# because jammy ships 3.10, and deadsnakes doesn't want to clobber it.

0 commit comments

Comments
 (0)