Chaste icon indicating copy to clipboard operation
Chaste copied to clipboard

Utilise larger VMs available by default on GitHub hosted runners

Open fcooper8472 opened this issue 1 year ago • 0 comments

GitHub hosted runners have become bigger for public repos: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories

The default Linux runners have 4 CPU cores, 16GB RAM and 14GB SSD storage.

This means we can:

  • [ ] Build and run tests with 4 cores by default
  • [ ] Move the np3 runner back into the cloud
  • [ ] Possibly(?) move the memtest runner back into the cloud

fcooper8472 avatar Feb 27 '24 17:02 fcooper8472