diff --git a/.github/workflows/buildwheels_macos.yml b/.github/workflows/buildwheels_macos.yml index da3ddbc80b..a15fb15385 100644 --- a/.github/workflows/buildwheels_macos.yml +++ b/.github/workflows/buildwheels_macos.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13] + os: [macos-14] steps: - uses: actions/checkout@v2 @@ -18,7 +18,7 @@ jobs: output-dir: dist env: #CIBW_BUILD: cp312-macosx_x86_64 - CIBW_BUILD: cp39-macosx_arm64 cp39-macosx_universal2 + CIBW_BUILD: cp39-macosx_arm64 CIBW_SKIP: "*win32 *i686 *musllinux*" CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel"