Skip to content

Commit

Permalink
Include the OS in the CI job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire authored Mar 3, 2024
1 parent 0c6e806 commit f2b6ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]

name: "Tests on Python ${{ matrix.python-version }}"
name: "Tests on Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit f2b6ad1

Please sign in to comment.