RFR: 8256277: Github Action build on macOS should define OS and Xcode versions
Robin Westberg
rwestberg at openjdk.java.net
Fri Nov 13 12:12:59 UTC 2020
On Fri, 13 Nov 2020 11:58:19 GMT, Aleksey Shipilev <shade at openjdk.org> wrote:
>> We should be more explicit about OS and compiler versions used in the GitHub Actions builds, to avoid problems caused by unexpected changes to the defaults. This patch changes the OS and Xcode versions used from latest (currently 10.15) / default (currently 12.0) to 10.15 / 11.3.1.
>
> Looks fine to me. I was wondering if we should do the same for `ubuntu-latest` and `windows-latest`.
Thanks for reviewing! Yeah, planning to do something similar for the other platforms as well!
-------------
PR: https://git.openjdk.java.net/jdk/pull/1201
More information about the build-dev
mailing list