From 370d1539c783c6f83c2a8c8fec4b52d9778e9b0a 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 | 4 ++-- docs/news.rst | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-publish.yaml b/.github/workflows/test-publish.yaml index c30103b6..85278799 100644 --- a/.github/workflows/test-publish.yaml +++ b/.github/workflows/test-publish.yaml @@ -13,13 +13,13 @@ 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 os-name: Linux pip-cache-path: ~/.cache/pip - - os: macos-latest + - os: macos-12 os-name: MacOS pip-cache-path: ~/Library/Caches/pip - os: windows-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) ------------------------