diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a77eb6d..7965e5a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] env: MACOSX_DEPLOYMENT_TARGET: "10.14" CIBW_ARCHS: auto64 diff --git a/readme.rst b/readme.rst index 48dce8d..006cfac 100644 --- a/readme.rst +++ b/readme.rst @@ -31,7 +31,9 @@ This will download and install a precompiled version of oead for the following p * Windows (x86-64 / 64-bit) * Recent Linux distributions (x86-64, glibc and musl) -* macOS 10.14 / 10.15 (x86-64) + +Precompiled builds for macOS are currently unavailable as the wheel build process seems to be broken. +Please help us fix this `release failure ` if you know how! The following versions of Python are supported: