Closed grieve54706 closed 1 week ago
We found if the job only builds one platform, it takes 16 minutes. So we can split the two platforms building into two jobs and let them be parallel to reduce the building time.
And also upgrade the setup-java action version to avoid warnings. https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup-java
We found if the job only builds one platform, it takes 16 minutes. So we can split the two platforms building into two jobs and let them be parallel to reduce the building time.
And also upgrade the
setup-java
action version to avoid warnings. https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/