Skip to content

Commit

Permalink
.github/workflows/windows.yml: Reconfigure matrix to include triplet …
Browse files Browse the repository at this point in the history
…parameter.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920347 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent a7e53f2 commit e711c86
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
build:
strategy:
matrix:
os: [windows-latest]
build-type: [Debug, Release]
generator: [ "Visual Studio 17 2022" ]
arch: [ "Win32", "x64" ]
toolset: [ "v143", "v142" ]
test-static: [ "ON", "OFF" ]
include:
- name: Default
triplet: x64-windows
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
fail-fast: false

name: "MSVC ${{ matrix.toolset }} ${{ matrix.arch }} [${{ matrix.build-type }}] test-static=${{ matrix.test-static }} on ${{ matrix.os }}"
Expand Down

0 comments on commit e711c86

Please sign in to comment.