svn commit: r1920349 - /apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 1 14:50:08 2024
New Revision: 1920349
URL: http://svn.apache.org/viewvc?rev=1920349&view=rev
Log:
.github/workflows/windows.yml: Add 'toolset' parameter to matrix.
Modified:
apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
Modified: apr/apr-util/branches/1.7.x/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/.github/workflows/windows.yml?rev=1920349&r1=1920348&r2=1920349&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/.github/workflows/windows.yml (original)
+++ apr/apr-util/branches/1.7.x/.github/workflows/windows.yml Sun Sep 1 14:50:08 2024
@@ -15,6 +15,7 @@ jobs:
- name: Default
os: windows-latest
triplet: x64-windows
+ toolset: v143
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"