From b0eb3c93477ebf9f5a1e6b5f247d918410cd90e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 3 Aug 2022 21:57:44 +0200 Subject: [PATCH] ci: remove macOS 10.15, add macOS 12 in CI --- .github/workflows/ci.yml | 1 + ChangeLog.adoc | 1 + 2 files changed, 2 insertions(+) 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