Skip to content

Commit 06a322c

Browse files
committed
use macos-13 and update actions
1 parent b0ee981 commit 06a322c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cibw_build: "cp38-manylinux_x86_64"
3939
- os: windows-2019
4040
cibw_build: "cp38-win_amd64"
41-
- os: macos-12
41+
- os: macos-13
4242
cibw_build: "cp38-macosx_x86_64"
4343
- os: ubuntu-latest
4444
cibw_build: "cp310-manylinux_x86_64"
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: pypa/cibuildwheel@v2.16.5
52+
- uses: pypa/cibuildwheel@v2.23.0
5353
env:
5454
MACOSX_DEPLOYMENT_TARGET: "10.13"
5555
CIBW_BUILD_VERBOSITY: 1

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- os: windows-2019
7070
cibw_archs: "auto64"
7171
with_sse2: true
72-
- os: macos-12
72+
- os: macos-13
7373
cibw_archs: "universal2"
7474
with_sse2: true
7575

@@ -79,7 +79,7 @@ jobs:
7979
if: runner.os == 'Linux'
8080
with:
8181
platforms: all
82-
- uses: pypa/cibuildwheel@v2.16.5
82+
- uses: pypa/cibuildwheel@v2.23.0
8383
env:
8484
# Configure hdf5plugin build
8585
HDF5PLUGIN_OPENMP: "False"

0 commit comments

Comments
 (0)