Skip to content

Commit

Permalink
GA, msvc: i386 Release 0x502 only
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeGautherie committed Feb 11, 2024
1 parent d32e96c commit 56ea79c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,24 +88,16 @@ jobs:
matrix:
os: [windows-latest, windows-2019]
toolset: ['14.2', '14.1', '14.0'] # VS 2019, 2017, and 2015 (see below)
arch: [i386, amd64]
config: [Debug, Release]
dllver: ['0x502', '0x600']
arch: [i386]
config: [Release]
dllver: ['0x502']
exclude: # VS 2019, 2017 only with windows-latest; VS 2015 only with windows-2019
- os: windows-2019
toolset: '14.2'
- os: windows-2019
toolset: '14.1'
- os: windows-latest
toolset: '14.0'
- dllver: 0x600
os: windows-2019
- dllver: 0x600
toolset: '14.1'
- dllver: 0x600
toolset: '14.0'
- dllver: 0x600
config: Release
fail-fast: false
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 56ea79c

Please sign in to comment.