diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 24c35fac0..fff5a48b1 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -74,14 +74,6 @@ jobs: repository: godotengine/godot ref: ${{ inputs.godot-version }} - # TODO: remove once on godot 4.2.2 or newer! - - name: Cherry pick macos fix - run: | - git fetch -a - git config --global user.email "mario@super.com" - git config --global user.name "Super Mario" - git cherry-pick a2c1c01941a3dec3e2a361d9dc21bb0390efcbaf - - name: Clone Godot JVM module. uses: actions/checkout@v4 with: