Skip to content

Commit

Permalink
.github: show os type in ci build names
Browse files Browse the repository at this point in the history
Include the OS target when populate action names, to make it a bit
clearer between multiple interpreters running on different OSes.

Signed-off-by: James Knight <james.d.knight@live.com>
  • Loading branch information
jdknight committed Oct 8, 2024
1 parent 2718e8e commit bce807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:

jobs:
build:
name: Build (${{ matrix.toxenv }})
name: ${{ matrix.toxenv }} (${{ matrix.os }})
runs-on: ${{ matrix.os }}
container:
image: ${{ matrix.img }}
Expand Down

0 comments on commit bce807e

Please sign in to comment.