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 | |
parent | 2102ef742b234ee628289a894b70d15e026310cc (diff) | |
download | weechat-b0eb3c93477ebf9f5a1e6b5f247d918410cd90e4.zip |
ci: remove macOS 10.15, add macOS 12 in CI
-rw-r--r-- | .github/workflows/ci.yml | 1 | ||||
-rw-r--r-- | ChangeLog.adoc | 1 |
2 files changed, 2 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++" } diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 083513dfc..0bbd6ae1d 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -42,6 +42,7 @@ Bug fixes:: Tests:: * core: switch from Ubuntu 20.04 to 22.04 in CI + * core: remove macOS 10.15, add macOS 12 in CI * scripts: add tests on hdata functions * scripts: fix run of Guile test script |