From ac6bdeb9953b18d6d0d9672dec3702ce8fd4ac3d Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 29 Oct 2020 20:45:36 -0700 Subject: [PATCH] Make the builds easier to tell apart --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d29bd58..a1bdb9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: perl-version: - '5.32' - 'latest' - name: Perl ${{ matrix.perl-version }} + name: Perl ${{ matrix.perl-version }}:${{ matrix.architecture }} steps: - uses: actions/checkout@v2 - name: Regular tests