diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c0d18c4..4e26e43e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: - macos-11 config: - { name: "gcc", cc: "gcc", cxx: "g++" } - - { name: "ang", cc: "clang", cxx: "clang++" } + - { name: "clang", cc: "clang", cxx: "clang++" } name: "Tests: ${{ matrix.config.name }} on ${{ matrix.os }}" runs-on: ${{ matrix.os }} |