Try building with MSVS 2022 too
This commit is contained in:
parent
5385c9ced1
commit
b48a266c6d
11
.github/workflows/ci_msw.yml
vendored
11
.github/workflows/ci_msw.yml
vendored
@ -42,17 +42,22 @@ on:
|
||||
- '*.yml'
|
||||
|
||||
jobs:
|
||||
msw-vs2019:
|
||||
runs-on: windows-2019
|
||||
name: wxMSW vs2019 ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||
msw-msvs:
|
||||
runs-on: windows-${{ matrix.vsversion }}
|
||||
name: wxMSW vs${{ matrix.vsversion }} ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- configuration: 'DLL Debug'
|
||||
platform: 'x64'
|
||||
vsversion: 2022
|
||||
- configuration: 'Debug'
|
||||
platform: 'Win32'
|
||||
vsversion: 2019
|
||||
- configuration: 'DLL Release'
|
||||
platform: 'x64'
|
||||
vsversion: 2019
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user