Update msvc ci

This commit is contained in:
ado 2023-07-29 14:14:02 +02:00
parent a98742945b
commit e4d9e10ac3

View File

@ -1,4 +1,4 @@
name: win-msvc-ci name: win-latest-msvc-ci
on: on:
push: push:
@ -20,16 +20,15 @@ jobs:
defaults: defaults:
run: run:
shell: bash shell: bash
runs-on: ${{matrix.config.os}} runs-on: windows-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
config: vs: ["Visual Studio 2020"]
- { os: windows-2019, vs: "Visual Studio 2020" }
build: [Debug, Release] build: [Debug, Release]
platform: [Win32, x64] platform: [Win32, x64]
name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}" name: "${{matrix.vs}}:${{matrix.platform}}:${{matrix.build}}"
steps: steps:
- name: checkout - name: checkout
uses: actions/checkout@v2 uses: actions/checkout@v2