Skip to content

Commit df487d5

Browse files
committed
[ci] Shorten names of display OS in CI jobs.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 9572f3e commit df487d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ jobs:
5757

5858
test:
5959
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
60-
runs-on: ${{ matrix.os }}
60+
runs-on: ${{ matrix.os }}-latest
6161

6262
strategy:
6363
matrix:
64-
os: [ubuntu-latest, windows-latest]
64+
os: [ubuntu, windows]
6565
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
6666

6767
steps:

0 commit comments

Comments
 (0)