Skip to content

Commit

Permalink
[MNT] Move release CI to macos-12 image (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 2, 2024
1 parent 2fdb184 commit 955c4d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macOS-11]
os: [ubuntu-20.04, macOS-12]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']

steps:
Expand Down
8 changes: 8 additions & 0 deletions docs/source/user_documentation/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@ Contents
from ``<0.17.0`` to ``<0.18.0`` (:pr:`343`) :user:`dependabot`
* [MNT] [Dependabot](deps): Update ``sphinx`` requirement
from ``!=7.2.0,<8.0.0`` to ``!=7.2.0,<9.0.0`` (:pr:`344`) :user:`dependabot`
* [MNT] Move release CI to macos-12 image (:pr:`347`) :user:`szepeviktor`

Contributors
------------

:user:`fkiraly`,
:user:`szepeviktor`,
:user:`yarnabrina`


[0.8.1] - 2024-06-20
Expand Down

0 comments on commit 955c4d2

Please sign in to comment.