Skip to content

Commit 9338d12

Browse files
committed
Remove lingering reference to architecture.
1 parent 9973a6c commit 9338d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- os: "macos-latest"
4141
py: "pypy-3.9"
4242

43-
name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"
43+
name: "Python: ${{ matrix.py }} on ${{ matrix.os }}"
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)