diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-20 17:34:33 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-11-20 17:34:33 +0100 |
commit | 8b11fa86cd3a0d82b2f71fae8ea0d83db30a02a8 (patch) | |
tree | 36665e9f093750dff61e49ded60e4307a9ef3a2c /.github/workflows/ci.yml | |
parent | 28d013b704aabcb1dccd89d2596b76c45c7f1425 (diff) | |
download | weechat-8b11fa86cd3a0d82b2f71fae8ea0d83db30a02a8.zip |
core: add build on macOS 11 in CI
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f44ed59b..131c7e689 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,8 @@ jobs: fail-fast: false matrix: os: - - macos-latest + - macos-11 + - macos-10.15 config: - { name: "cmake_gcc", cc: "gcc", cxx: "g++" } - { name: "cmake_clang", cc: "clang", cxx: "clang++" } |