GHA CI: Use macOS 11 runner image#15377
Conversation
| ci: | ||
| name: Build | ||
| runs-on: macos-10.15 | ||
| runs-on: macos-11 |
There was a problem hiding this comment.
Perhaps we can be a little more aggressive and use macos-latest. The steps below are actually salvaged from travisci script and the details didn't change vastly.
There was a problem hiding this comment.
My original idea was to make "ALL CI Environments" use xxx-latest reference:#15355 (comment)
I am awaiting feedback about release schedule & may adopt my original idea instead.....
(I believe they make most recent OS use xxx-latest a month after general availability) but as I said.....need confirmation/feedback.
|
Isn't there any downside to losing CI for macOS 10.15? Is macOS 11 supposed to replace previous macOS versions, so that we no longer care about it? Or does a successful build on macOS 11 mean that it will also be successfully built on previous macOS? |
|
@xavier2k6 |
Remember we are only changing the "hosted system" & not the "target" so although we may build using We build on |
|
I will mark as draft until I hear back about what the update policy is from github/actions side. |
Well, but then what is the real advantage? Test whether the latest build tools are able to compile it? |
Yes, as well as having the latest SDK versions available for when we may change target OS to 11+ What advantage was/is there to use If we can change all CI's to |
|
Ok, I got some feedback from github/actions side:
The switchover of the Would it be ok so @glassez @Chocobo1 @sledgehammer999 if I modify this PR or create a new one to change "ALL CI runner images" to use the |
I'm fine with |
|
FYI github/actions only support 2 versions of GA OS's - we would have to move away from
|
|
@Chocobo1 thoughts on #15377 (comment)? |
|
Closing in favor of PR #15589 |
Use macOS 11 (Big Sur) runner image.
It has now been made generally available.
Ref.: https://github.blog/changelog/2021-08-16-github-actions-macos-11-big-sur-is-generally-available-on-github-hosted-runners/
Supersedes #15195