diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index dc4dc26..ef07842 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -17,8 +17,9 @@ jobs: target: x86_64-pc-windows-gnu - release_for: Linux - X86_64 target: x86_64-unknown-linux-musl - - release_for: Mac - X86_64 - target: x86_64-apple-darwin +# Broken: https://github.com/rust-build/rust-build.action/issues/88 +# - release_for: Mac - X86_64 +# target: x86_64-apple-darwin steps: - name: Checkout branch uses: actions/checkout@v4 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b2f0ccf..c873161 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -29,12 +29,13 @@ jobs: RUSTTARGET: x86_64-pc-windows-gnu UPLOAD_MODE: none - - name: Compile Mac - X86_64 - id: mac_x86 - uses: rust-build/rust-build.action@v1.4.5 - with: - RUSTTARGET: x86_64-apple-darwin - UPLOAD_MODE: none +# Broken: https://github.com/rust-build/rust-build.action/issues/88 +# - name: Compile Mac - X86_64 +# id: mac_x86 +# uses: rust-build/rust-build.action@v1.4.5 +# with: +# RUSTTARGET: x86_64-apple-darwin +# UPLOAD_MODE: none - name: Upload artifact uses: actions/upload-artifact@v4