Skip to content

Commit

Permalink
add build spec to job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfolz committed Oct 12, 2024
1 parent 3816e80 commit 38cf2bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]

jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }} ${{ matrix.arch }}
name: Build wheels on ${{ matrix.os }} ${{ matrix.arch }} ${{ matrix.build }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -18,6 +18,9 @@ jobs:
arch: x86_64
- os: windows-2019
arch: aarch64
- os: ubuntu-latest
arch: aarch64
build: ""
include:
- os: ubuntu-latest
arch: aarch64
Expand Down

0 comments on commit 38cf2bf

Please sign in to comment.