Skip to content

Commit 4ab9bb9

Browse files
authored
Update build-wheels-and-publish-to-pipy.yml
1 parent a5f6b08 commit 4ab9bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-wheels-and-publish-to-pipy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04, windows-2019, macos-latest]
20+
os: [ubuntu-20.04, windows-2019, macos-13, macos-14]
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -34,7 +34,7 @@ jobs:
3434
CIBW_SKIP: "*-win32 *-manylinux_i686 pp* *-musllinux*"
3535
CIBW_BEFORE_BUILD_LINUX: yum -y install gcc-gfortran lapack-devel blas-devel
3636
CIBW_ARCHS_LINUX: "auto"
37-
CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
37+
# CIBW_ARCHS_MACOS: "x86_64 universal2 arm64"
3838
uses: pypa/[email protected]
3939
- uses: actions/upload-artifact@v3
4040
with:

0 commit comments

Comments
 (0)