diff --git a/.gitea/workflows/test-macos-build.yml b/.gitea/workflows/test-macos-build.yml index f9718739..0b13df9c 100644 --- a/.gitea/workflows/test-macos-build.yml +++ b/.gitea/workflows/test-macos-build.yml @@ -110,7 +110,6 @@ jobs: # Build for macOS - use your own build script or create a test app if needed - name: Build for macOS id: build-app - continue-on-error: true # Continue even if build fails, to collect debug info run: | if [ -f "./scripts/mac_build.sh" ]; then echo "🔨 Running mac_build.sh and capturing output to build_log.txt..."