diff options
author | Brent Cook <busterb@gmail.com> | 2023-07-04 19:35:50 +0300 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-07-05 00:28:56 +0300 |
commit | d238b6d3a17a81564124edc8bb598734e717407e (patch) | |
tree | 5bb37298170350ed9bf746390975082eed3983e2 | |
parent | 77ce9713e4e70b97d8465e278c566cbdb4ff2849 (diff) | |
download | portable-d238b6d3a17a81564124edc8bb598734e717407e.tar.gz portable-d238b6d3a17a81564124edc8bb598734e717407e.tar.bz2 portable-d238b6d3a17a81564124edc8bb598734e717407e.zip |
label individual macos build arches
-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 |