From 59b3017dcc7f65d0bb5e0bf6b081ad26b4960cc2 Mon Sep 17 00:00:00 2001 From: Ian Wijma Date: Sat, 6 Apr 2024 22:42:26 +1100 Subject: [PATCH] Disabled MAC --- .github/workflows/push.yaml | 5 +++-- .github/workflows/release.yaml | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) 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