We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632bd8a commit b3e905aCopy full SHA for b3e905a
1 file changed
.github/workflows/build.yml
@@ -179,7 +179,7 @@ jobs:
179
# ============================================
180
build-manylinux-aarch64:
181
needs: [generate-license, lint-rust, lint-python]
182
- name: ManyLinux ARM64
+ name: ManyLinux arm64
183
runs-on: ubuntu-latest
184
steps:
185
- uses: actions/checkout@v6
@@ -230,11 +230,11 @@ jobs:
230
path: target/wheels/*
231
232
233
- # Build - macOS ARM64 / Windows
+ # Build - macOS arm64 / Windows
234
235
build-python-mac-win:
236
237
- name: macOS ARM64 & Windows
+ name: macOS arm64 & Windows
238
runs-on: ${{ matrix.os }}
239
strategy:
240
fail-fast: false
0 commit comments