Skip to content

Commit 46a32d2

Browse files
committed
Remove arch from name
1 parent 1fbdd69 commit 46a32d2

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
@@ -38,7 +38,7 @@ jobs:
3838
test:
3939
needs: pre_job
4040
if: needs.pre_job.outputs.should_skip != 'true'
41-
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
41+
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ github.event_name }}
4242
runs-on: ${{ matrix.os }}
4343
strategy:
4444
fail-fast: false

0 commit comments

Comments
 (0)