File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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"
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
Original file line number Diff line number Diff line change 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
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"
You can’t perform that action at this time.
0 commit comments