mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-17 09:49:59 +08:00
Leave only MSVS 2022 CI jobs
MSVS 2019 is only available in windows-2019 image which is being retired by GitHub, see https://github.com/actions/runner-images/issues/12045
This commit is contained in:
8
.github/workflows/ci_msw.yml
vendored
8
.github/workflows/ci_msw.yml
vendored
@@ -56,25 +56,21 @@ permissions:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
msw-msvs:
|
msw-msvs:
|
||||||
runs-on: windows-${{ matrix.vsversion }}
|
runs-on: windows-2022
|
||||||
name: wxMSW vs${{ matrix.vsversion }} ${{ matrix.configuration }} ${{ matrix.platform }}
|
name: wxMSW vs2022 ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- configuration: 'DLL Debug'
|
- configuration: 'DLL Debug'
|
||||||
platform: 'x64'
|
platform: 'x64'
|
||||||
vsversion: 2022
|
|
||||||
use_utf8: true
|
use_utf8: true
|
||||||
- configuration: 'Release'
|
- configuration: 'Release'
|
||||||
platform: 'arm64'
|
platform: 'arm64'
|
||||||
vsversion: 2022
|
|
||||||
- configuration: 'Debug'
|
- configuration: 'Debug'
|
||||||
platform: 'Win32'
|
platform: 'Win32'
|
||||||
vsversion: 2019
|
|
||||||
- configuration: 'DLL Release'
|
- configuration: 'DLL Release'
|
||||||
platform: 'x64'
|
platform: 'x64'
|
||||||
vsversion: 2019
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user