diff --git a/.github/workflows/macos_builds.yml b/.github/workflows/macos_builds.yml index cab505cd2..3f48ff514 100644 --- a/.github/workflows/macos_builds.yml +++ b/.github/workflows/macos_builds.yml @@ -2,9 +2,11 @@ name: 🍎 macOS Builds on: [push, pull_request] # Global Settings +# disable werrors for now +# werror=yes env: GODOT_BASE_BRANCH: 3.x - SCONSFLAGS: verbose=yes warnings=all werror=yes debug_symbols=no + SCONSFLAGS: verbose=yes warnings=all debug_symbols=no concurrency: group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-macos