diff options
-rw-r--r-- | .github/workflows/macos_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
12 | continue-on-error: false | 12 | continue-on-error: false |
13 | env: | 13 | env: |
14 | ARCH: ${{ matrix.arch }} | 14 | ARCH: ${{ matrix.arch }} |
15 | name: ${{ matrix.compiler }} - ${{ matrix.os }} | 15 | name: ${{ matrix.os }} - ${{ matrix.arch }} |
16 | steps: | 16 | steps: |
17 | - name: Install packages for macos | 17 | - name: Install packages for macos |
18 | run: brew install automake | 18 | run: brew install automake |