summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2020-08-13 09:25:32 -0500
committerAdam Mitz <mitza@objectcomputing.com>2020-08-13 09:25:32 -0500
commit647f048b23cd7c74177820424bf872ead6ac19d7 (patch)
tree283e1ce33a79c3763bb13573b27bfc9465ae961d
parenta62e0e367fc663cf86c892580eb9c513c582b34a (diff)
downloadATCD-647f048b23cd7c74177820424bf872ead6ac19d7.tar.gz
Updated GitHub Actions job name
-rw-r--r--.github/workflows/macosx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index 832124d9e8a..276095b4a18 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -15,7 +15,7 @@ jobs:
- os: macos-10.15
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU
runs-on: ${{ matrix.os }}
- name: ${{ matrix.os }}
+ name: "${{ matrix.os }}-${{ matrix.cxxstd }}"
env:
ACE_ROOT: ${{ github.workspace }}/ACE
TAO_ROOT: ${{ github.workspace }}/TAO