From cf0069423290642acaabb3eb8be62b39eb8f0112 Mon Sep 17 00:00:00 2001 From: frostebite Date: Mon, 9 Mar 2026 02:54:08 +0000 Subject: [PATCH] revert: restore build-tests-mac.yml to match main MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stop modifying the macOS build workflow — leave it identical to main. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build-tests-mac.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build-tests-mac.yml b/.github/workflows/build-tests-mac.yml index f96af41a..77f84327 100644 --- a/.github/workflows/build-tests-mac.yml +++ b/.github/workflows/build-tests-mac.yml @@ -62,8 +62,6 @@ jobs: # Build # ########################### - uses: ./ - id: build - continue-on-error: true env: UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }} @@ -79,15 +77,10 @@ jobs: # We use dirty build because we are replacing the default project settings file above allowDirtyBuild: true - - name: Warn on build failure - if: steps.build.outcome == 'failure' - run: echo "::warning::Build failed for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }} (macOS builds are unstable)" - ########################### # Upload # ########################### - uses: actions/upload-artifact@v4 - if: steps.build.outcome == 'success' with: name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }} path: build