On Fri, 13 Nov 2020 11:58:19 GMT, Aleksey Shipilev <sh...@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