Skip to content

Commit

Permalink
Update build-wheels-and-publish-to-pipy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams authored Aug 28, 2024
1 parent a5f6b08 commit 4ab9bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels-and-publish-to-pipy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-latest]
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
CIBW_ARCHS_LINUX: "auto"
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
uses: pypa/[email protected]
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4ab9bb9

Please sign in to comment.