Skip to content

Commit

Permalink
CI: add arch in test name for macos
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Olivier <[email protected]>
  • Loading branch information
martin-olivier committed Jan 9, 2025
1 parent b2aaebf commit 324edb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- arch: universal
osx_arch: arm64;x86_64

name: macos-latest ${{ matrix.action }} / C++${{ matrix.cxx-std }} / clang
name: macos-latest ${{ matrix.arch }} ${{ matrix.action }} / C++${{ matrix.cxx-std }} / clang
runs-on: macos-latest

steps:
Expand Down

0 comments on commit 324edb3

Please sign in to comment.