mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
Updated Windows build action
...so it uses the latest Windows GHA venv.
This commit is contained in:
parent
ae79bca161
commit
669b7ef18e
4
.github/workflows/vs-win.yml
vendored
4
.github/workflows/vs-win.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user