diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:57:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-03 21:57:44 +0200 |
commit | b0eb3c93477ebf9f5a1e6b5f247d918410cd90e4 (patch) | |
tree | 28ed562fa2082038a6e39bdac318446b3993cec2 /.github | |
parent | 2102ef742b234ee628289a894b70d15e026310cc (diff) | |
download | weechat-b0eb3c93477ebf9f5a1e6b5f247d918410cd90e4.zip |
ci: remove macOS 10.15, add macOS 12 in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5daf3ddbe..485550ffc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,7 @@ jobs: strategy: matrix: os: + - macos-12 - macos-11 config: - { name: "cmake_gcc", cc: "gcc", cxx: "g++" } |