Skip to content

Commit 3d9d09d

Browse files
committed
Fix aarch64 job name in test.yml Actions workflow for consistency
1 parent 13d686a commit 3d9d09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ matrix.python-release != 'v3.6' }}
5353

5454
test_linux_aarch64:
55-
name: "Test ${{ matrix.pyver }} aarch64"
55+
name: "Test (Linux, Aarch64)"
5656
strategy:
5757
matrix:
5858
pyver: [cp36-cp36m, cp37-cp37m, cp38-cp38, cp39-cp39]

0 commit comments

Comments
 (0)