From 4cb4977f1c275dee5ffdc49b3c371b74b23a3806 Mon Sep 17 00:00:00 2001 From: Eric Phipps Date: Tue, 20 Aug 2024 08:20:41 -0600 Subject: [PATCH] Update buildwheels_macos.yml --- .github/workflows/buildwheels_macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"