Skip to content

Commit

Permalink
change name with matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vot4anto committed Dec 6, 2023
1 parent 818867f commit 3726a1f
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 @@ -18,7 +18,7 @@ concurrency:
jobs:
# Linux + macOS + Windows Python 3
wheels:
name: psutil-${{ matrix.os }}-${{ startsWith(matrix.os, 'windows') && matrix.archs || 'all' }}
name: psutil-${{ matrix.os }}-${{ matrix.archs }}
runs-on: ${{ matrix.os }}
timeout-minutes: 30
strategy:
Expand Down

0 comments on commit 3726a1f

Please sign in to comment.