Skip to content

Commit

Permalink
[CI] Show Ubuntu version in build name
Browse files Browse the repository at this point in the history
  • Loading branch information
speth authored and bryanwweber committed Feb 21, 2021
1 parent 44918d2 commit d557e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
ubuntu-multiple-pythons:
name: Ubuntu with Python ${{ matrix.python-version }}
name: ${{ matrix.os }} with Python ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down

0 comments on commit d557e50

Please sign in to comment.