diff --git a/.github/workflows/apps-config.yml b/.github/workflows/apps-config.yml index 28a6bf16c1..6008ba8d27 100644 --- a/.github/workflows/apps-config.yml +++ b/.github/workflows/apps-config.yml @@ -6,12 +6,13 @@ on: # default: release # required: false outputs: + # NOTE: Update badges and table in README when changing runner OS versions macos: description: macos OS value value: "macos-12" windows: description: windows OS value - value: "windows-latest" + value: "windows-2022" ubuntu: description: ubuntu OS value value: "ubuntu-20.04" diff --git a/README.Rmd b/README.Rmd index 0ad655d0fa..1420bd36e8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -32,6 +32,19 @@ knitr::opts_chunk$set( +## Github Runner Images + +shinycoreci [uses the following GitHub Runnner Images](https://github.com/rstudio/shinycoreci/blob/main/.github/workflows/apps-config.yml). + +| Image | Details | Status | +|:------|:--------|:------:| +| Ubuntu 20.04 | [ubuntu-20.04] | [![status20](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&redirect=1) | +| macOS 12 | [macos-12] | [![statusumac12](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&redirect=1) | +| Windows Server 2022 | [windows-2022] | [![statuswin22](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&redirect=1) | + +[ubuntu-20.04]: https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md +[windows-2022]: https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md +[macOS-12]: https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md ## Installation diff --git a/README.md b/README.md index 214b5cf6e7..8b433fa264 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,16 @@ +## Github Runner Images + +shinycoreci [uses the following GitHub Runnner Images](https://github.com/rstudio/shinycoreci/blob/main/.github/workflows/apps-config.yml). + +| Image | Details | Status | +|:--------------------|:--------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:| +| Ubuntu 20.04 | [ubuntu-20.04](https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2004-Readme.md) | [![status20](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=ubuntu20&redirect=1) | +| macOS 12 | [macos-12](https://github.com/actions/runner-images/blob/main/images/macos/macos-12-Readme.md) | [![statusumac12](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=macos-12&redirect=1) | +| Windows Server 2022 | [windows-2022](https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md) | [![statuswin22](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&badge=1)](https://gh-runnerimagesdeploymentstatus.azurewebsites.net/api/status?imageName=windows-2022&redirect=1) | + ## Installation Install the development version from [GitHub](https://github.com/) with: