game-ci / unity-builder

Build Unity projects for different platforms
https://github.com/marketplace/actions/unity-builder
MIT License
848 stars 251 forks source link

Failing macOS tests #676

Open davidmfinol opened 2 weeks ago

davidmfinol commented 2 weeks ago

Bug description

macOS tests are failing in runs such as https://github.com/game-ci/unity-builder/actions/runs/11224782350/workflow

How to reproduce

Trigger https://github.com/game-ci/unity-builder/blob/main/.github/workflows/build-tests-mac.yml

Expected behavior

All tests should pass

Additional details

Creating this issue for tracking purposes

davidmfinol commented 1 week ago

Failing tests seem to be related to v2021, which is reaching EOL. We should replace those tests with test for Unity 6. Related issue: https://github.com/game-ci/docker/issues/220