Skip to content

Commit

Permalink
[ci] Shorten names of display OS in CI jobs.
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Seifert <m.seifert@digitalernachschub.de>
  • Loading branch information
seifertm committed Jan 10, 2024
1 parent 9572f3e commit df487d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:

test:
name: ${{ matrix.os }} - Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
runs-on: ${{ matrix.os }}-latest

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu, windows]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
Expand Down

0 comments on commit df487d5

Please sign in to comment.