emulate icon indicating copy to clipboard operation
emulate copied to clipboard

Use newer runners

Open mario-campos opened this issue 2 years ago • 1 comments

I expect GitHub will deprecate macos-10.15 eventually and we want to be off of that by then. Linux is pretty fast and (in my personal experience) I think GitHub assigns jobs to ubuntu-latest runners faster than it does to macos-* runners.

We could also just switch to macos-latest or macos-11. We just need to get off of macos-10.15.

mario-campos avatar Jun 15 '22 14:06 mario-campos

It looks like macos-12 includes VirtualBox but not Vagrant. macos-11 and ubuntu-latest do not include VirtualBox or Vagrant.

https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md

mario-campos avatar Jun 15 '22 15:06 mario-campos