Re: RFR: 8325194: GHA: Add macOS M1 testing [v3]

2024-02-06 Thread Magnus Ihse Bursie
On Sat, 3 Feb 2024 16:15:11 GMT, George Adams wrote: > Noting that macos-14 is arm64 only in GitHub so such a change might not be > useful in this scenario. That's a shame, really. It would be good if we switched x64 to macos-14 as soon as it is available, so we are on the same version. -

Re: RFR: 8325194: GHA: Add macOS M1 testing [v3]

2024-02-03 Thread George Adams
On Sat, 3 Feb 2024 14:09:50 GMT, Christoph Langer wrote: > Do we maybe want to go to 'macos-14' on both MacOS architectures? Maybe do it > in a prior, separate change? Noting that macos-14 is arm64 only in GitHub so such a change might not be intentional in this scenario. > Other than that I

Re: RFR: 8325194: GHA: Add macOS M1 testing [v3]

2024-02-03 Thread Christoph Langer
On Sat, 3 Feb 2024 11:49:24 GMT, George Adams wrote: >> Now that macOS M1 executors are [available in GitHub >> actions](https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/) >> it makes sense to move the build to run on M1 (rathe

Re: RFR: 8325194: GHA: Add macOS M1 testing [v3]

2024-02-03 Thread George Adams
> Now that macOS M1 executors are [available in GitHub > actions](https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/) > it makes sense to move the build to run on M1 (rather than cross-compiled) > and also enable testing on the p