Updated Windows build action

...so it uses the latest Windows GHA venv.
This commit is contained in:
Kevin López Brante 2021-12-07 02:13:08 -03:00 committed by GitHub
parent ae79bca161
commit 669b7ef18e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@ on: [push, pull_request]
jobs:
# This workflow contains a single job called "build"
build:
name: VS 2017
name: Visual Studio
# The type of runner that the job will run on
runs-on: windows-2016
runs-on: windows-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps: