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