diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-03 22:50:27 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-03 22:50:27 +0100 |
commit | 7f2f60dab0bc25cc45ddc69e957a2eb8b2ebb3f5 (patch) | |
tree | b63ef2294ce47caf975a308e29fe93926e326bbb /.github | |
parent | 820a3e87678197d5af4db67ee10ef3323b5aeebc (diff) | |
download | weechat-7f2f60dab0bc25cc45ddc69e957a2eb8b2ebb3f5.zip |
ci: remove tests on macOS 11
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cbf586dc..ea80639c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,6 @@ jobs: matrix: os: - macos-12 - - macos-11 config: - { name: "gcc", cc: "gcc", cxx: "g++" } - { name: "clang", cc: "clang", cxx: "clang++" } |