Skip to content

Commit

Permalink
CI(GHActions): Temporary run tests on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Jun 15, 2024
1 parent 6cbd6d8 commit 9dd3aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------------

Expand Down

0 comments on commit 9dd3aa1

Please sign in to comment.