Skip to content

Commit 955c4d2

Browse files

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-20.04, macOS-11]
36+
os: [ubuntu-20.04, macOS-12]
3737
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3838

3939
steps:

docs/source/user_documentation/changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Contents
3131
from ``<0.17.0`` to ``<0.18.0`` (:pr:`343`) :user:`dependabot`
3232
* [MNT] [Dependabot](deps): Update ``sphinx`` requirement
3333
from ``!=7.2.0,<8.0.0`` to ``!=7.2.0,<9.0.0`` (:pr:`344`) :user:`dependabot`
34+
* [MNT] Move release CI to macos-12 image (:pr:`347`) :user:`szepeviktor`
35+
36+
Contributors
37+
------------
38+
39+
:user:`fkiraly`,
40+
:user:`szepeviktor`,
41+
:user:`yarnabrina`
3442

3543

3644
[0.8.1] - 2024-06-20

0 commit comments

Comments
 (0)