From 54932df3a1e116fb7f8e342201dafde25d3e3d03 Mon Sep 17 00:00:00 2001 From: Tim Sneath Date: Wed, 21 Apr 2021 10:52:55 -0700 Subject: [PATCH] Update supported-github-runners.md (#5410) --- data/reusables/github-actions/supported-github-runners.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/github-actions/supported-github-runners.md b/data/reusables/github-actions/supported-github-runners.md index 514e6e3e37..df406d6f7e 100644 --- a/data/reusables/github-actions/supported-github-runners.md +++ b/data/reusables/github-actions/supported-github-runners.md @@ -1,6 +1,7 @@ | Virtual environment | YAML workflow label | | --------------------|---------------------| | Windows Server 2019 | `windows-latest` or `windows-2019` | +| Windows Server 2016 | `windows-2016` | | Ubuntu 20.04 | `ubuntu-latest` or `ubuntu-20.04` | | Ubuntu 18.04 | `ubuntu-18.04` | | Ubuntu 16.04 | `ubuntu-16.04` |