mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Update msvc ci
This commit is contained in:
parent
a98742945b
commit
e4d9e10ac3
@ -1,4 +1,4 @@
|
||||
name: win-msvc-ci
|
||||
name: win-latest-msvc-ci
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -20,16 +20,15 @@ jobs:
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
runs-on: ${{matrix.config.os}}
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
config:
|
||||
- { os: windows-2019, vs: "Visual Studio 2020" }
|
||||
vs: ["Visual Studio 2020"]
|
||||
build: [Debug, Release]
|
||||
platform: [Win32, x64]
|
||||
|
||||
name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}"
|
||||
name: "${{matrix.vs}}:${{matrix.platform}}:${{matrix.build}}"
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v2
|
Loading…
Reference in New Issue
Block a user