Bug description
Github action is failing to find the docker image for unity version 2023.2.3f1. The image name has changed from ubuntu-{unityVersion}-linux-il2cpp-1 to ubuntu-{unityVersion}-linux-il2cpp-3.
How to reproduce
Use the action as per documentation with ubuntu as platform target and 2023.2.3f1 as the version
For it to be able to find the relevant docker image with the latest supported version of unity 2023.2.3f1.
Additional details
I have reverted to 2023.1.8f1 for the mean time.
Thank you
Bug description
Github action is failing to find the docker image for unity version 2023.2.3f1. The image name has changed from
ubuntu-{unityVersion}-linux-il2cpp-1toubuntu-{unityVersion}-linux-il2cpp-3.How to reproduce
Use the action as per documentation with ubuntu as platform target and
2023.2.3f1as the versionFor it to be able to find the relevant docker image with the latest supported version of unity
2023.2.3f1.Additional details
I have reverted to
2023.1.8f1for the mean time.Thank you