summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-02-03 22:50:27 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-02-03 22:50:27 +0100
commit7f2f60dab0bc25cc45ddc69e957a2eb8b2ebb3f5 (patch)
treeb63ef2294ce47caf975a308e29fe93926e326bbb /.github
parent820a3e87678197d5af4db67ee10ef3323b5aeebc (diff)
downloadweechat-7f2f60dab0bc25cc45ddc69e957a2eb8b2ebb3f5.zip
ci: remove tests on macOS 11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
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++" }