Skip to content

Commit d8e364f

Browse files
committed
Remove arch from name
1 parent 5f9d86d commit d8e364f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test:
4141
needs: pre_job
4242
if: needs.pre_job.outputs.should_skip != 'true'
43-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
43+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
4444
runs-on: ${{ matrix.os }}
4545
strategy:
4646
fail-fast: false

0 commit comments

Comments
 (0)