From 9dd3aa147fc5b3027ce93cd441c2763e8f390509 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Jun 2024 20:02:29 +0300 Subject: [PATCH] CI(GHActions): Temporary run tests on macos-12 --- .github/workflows/test-publish.yaml | 2 +- docs/news.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index c30103b6..281e0bec 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-12, windows-latest] python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "pypy3.7"] include: - os: ubuntu-latest diff --git a/docs/news.rst b/docs/news.rst index 70c794bc..b55405c7 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -9,6 +9,11 @@ Bug fixes: - Fixed ``ImportHooks``: it must raise ``ModuleNotFoundError`` instead of ``ImportError``. +CI: + + - GHActions: Temporary run tests on macos-12. See + https://github.com/s-weigand/setup-conda/issues/432 for the reason. + 3.3.3.post1 (2024-02-28) ------------------------