mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2025-12-11 08:23:42 +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:
|
||||
msw-msvs:
|
||||
runs-on: windows-${{ matrix.vsversion }}
|
||||
name: wxMSW vs${{ matrix.vsversion }} ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||
runs-on: windows-2022
|
||||
name: wxMSW vs2022 ${{ matrix.configuration }} ${{ matrix.platform }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- configuration: 'DLL Debug'
|
||||
platform: 'x64'
|
||||
vsversion: 2022
|
||||
use_utf8: true
|
||||
- configuration: 'Release'
|
||||
platform: 'arm64'
|
||||
vsversion: 2022
|
||||
- configuration: 'Debug'
|
||||
platform: 'Win32'
|
||||
vsversion: 2019
|
||||
- configuration: 'DLL Release'
|
||||
platform: 'x64'
|
||||
vsversion: 2019
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user