aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/example_toolsets.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/example_toolsets.yml')
-rw-r--r--.github/workflows/example_toolsets.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/example_toolsets.yml b/.github/workflows/example_toolsets.yml
index b3802fe..4f0f8de 100644
--- a/.github/workflows/example_toolsets.yml
+++ b/.github/workflows/example_toolsets.yml
@@ -19,8 +19,8 @@ jobs:
include:
# Prettier run names.
- - {os: windows-2019, name: VS 2019}
- - {os: windows-2016, name: VS 2017}
+ - {os: windows-2019, name: Windows 2019}
+ - {os: windows-2016, name: Windows 2016}
- {os: ubuntu-18.04, name: Ubuntu}
- {cygwin: 1, name: Cygwin}
# Target platform.
@@ -85,8 +85,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
- with:
- python-version: '3.x'
if: '!env.CI_HOST_CYGWIN'
- name: Install Cygwin