Skip to content

Commit cf00694

Browse files
frostebiteclaude
andcommitted
revert: restore build-tests-mac.yml to match main
Stop modifying the macOS build workflow — leave it identical to main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b7f6ea9 commit cf00694

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
# Build #
6363
###########################
6464
- uses: ./
65-
id: build
66-
continue-on-error: true
6765
env:
6866
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
6967
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
@@ -79,15 +77,10 @@ jobs:
7977
# We use dirty build because we are replacing the default project settings file above
8078
allowDirtyBuild: true
8179

82-
- name: Warn on build failure
83-
if: steps.build.outcome == 'failure'
84-
run: echo "::warning::Build failed for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }} (macOS builds are unstable)"
85-
8680
###########################
8781
# Upload #
8882
###########################
8983
- uses: actions/upload-artifact@v4
90-
if: steps.build.outcome == 'success'
9184
with:
9285
name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }}
9386
path: build

0 commit comments

Comments
 (0)