Skip to content

Commit

Permalink
include os in name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Feb 12, 2024
1 parent aeab937 commit d9de233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- python: "3.10"
root: "6.26.4"
runs-on: ${{ matrix.os }}
name: Compile (py${{ matrix.python }}, root${{ matrix.root }})
name: Compile (os${{ matrix.os }} py${{ matrix.python }}, root${{ matrix.root }})

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit d9de233

Please sign in to comment.