Skip to content

Commit

Permalink
[ci] Move Python wheel-builds from macos-11,macos-12 to `macos-12,m…
Browse files Browse the repository at this point in the history
…acos-latest` (#2491)

* [ci] Try wheel-build on `macos-latest` [skip ci]

* debug [skip-ci]
  • Loading branch information
johnkerl authored and github-actions[bot] committed May 21, 2024
1 parent bad7743 commit 00f72b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cibw_build: 'cp3*-manylinux_x86_64'
platform: manylinux2014
wheel_name: manylinux2014
- os: macos-12
- os: macos-14
cibw_build: 'cp3*-macosx_x86_64'
cibw_archs_macos: x86_64
platform: macosx
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
arch: x86_64
cc: gcc-11
cxx: g++-11
- os: macos-12
- os: macos-14
platform: macosx
arch: x86_64
cc: clang
Expand Down Expand Up @@ -135,6 +135,8 @@ jobs:
set -x
ls -lR
ls -lR wheels-*
echo matrix.platform: ${{ matrix.platform }}
echo matrix.arch: ${{ matrix.arch }}
WHL=$(find . -name 'tiledbsoma-*-cp311-cp311-*${{ matrix.platform }}*_${{ matrix.arch }}.whl')
if [ -z "$WHL" ]; then echo "No wheel found"; exit 1; fi
unzip -l $WHL
Expand Down

0 comments on commit 00f72b4

Please sign in to comment.