From d238b6d3a17a81564124edc8bb598734e717407e Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Tue, 4 Jul 2023 19:35:50 +0300 Subject: label individual macos build arches --- .github/workflows/macos_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index d7509d6..9f88d77 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -12,7 +12,7 @@ jobs: continue-on-error: false env: ARCH: ${{ matrix.arch }} - name: ${{ matrix.compiler }} - ${{ matrix.os }} + name: ${{ matrix.os }} - ${{ matrix.arch }} steps: - name: Install packages for macos run: brew install automake -- cgit v1.2.3-55-g6feb