From 8387086e256776e47a95c9af537ba1e2e16253d9 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Thu, 17 Sep 2020 07:46:05 +0000 Subject: [PATCH] Fix github action runners links link from https://docs.github.com/en/actions/reference/specifications-for-github-hosted-runners#supported-software --- chapters/intro/installing.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/intro/installing.md b/chapters/intro/installing.md index 848838e..d4d537b 100644 --- a/chapters/intro/installing.md +++ b/chapters/intro/installing.md @@ -127,7 +127,8 @@ Just `pip install cmake` on many systems. Add `--user` if you have to (modern pi | [TravisCI Xenial](https://docs.travis-ci.com/user/reference/xenial/#compilers-and-build-toolchain) | 3.12.4 | Mid November 2018 this image became ready for widescale use. | | [TravisCI Bionic](https://docs.travis-ci.com/user/reference/bionic/#compilers-and-build-toolchain) | 3.12.4 | Same as Xenial at the moment. | | [Azure DevOps 18.04](https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/hosted?view=azure-devops#use-a-microsoft-hosted-agent) | 3.17.0 | | -| [GitHub Actions 18.04](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/software-installed-on-github-hosted-runners#ubuntu-1804-lts) | 3.17.0 | Mostly in sync with Azure DevOps | +| [GitHub Actions 18.04](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-README.md) | 3.17.0 | Mostly in sync with Azure DevOps | +| [GitHub Actions 20.04](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md) | 3.17.0 | Mostly in sync with Azure DevOps | If you are using GitHub Actions, also see the [jwlawson/actions-setup-cmake](https://github.com/marketplace/actions/actions-setup-cmake) action, which can install your selection of CMake, even in a docker action run.