summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-10 08:18:49 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-10 08:18:49 +0100
commit1a15171912f9cfc72fb7cefd1af66c9dd6784d8d (patch)
tree3fd28fe0ba568a2b100fe8fd1bcbf8786c13fb35 /.github
parent711f71a1bcd506a6d64dc38e31bafcb3dbf0f870 (diff)
downloadweechat-1a15171912f9cfc72fb7cefd1af66c9dd6784d8d.zip
ci: fix typo
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
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 }}