svn commit: r1920348 - /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:47:27 2024
New Revision: 1920348
URL: http://svn.apache.org/viewvc?rev=1920348&view=rev
Log:
.github/workflows/windows.yml: Add 'os' 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=1920348&r1=1920347&r2=1920348&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:47:27 2024
@@ -13,6 +13,7 @@ jobs:
matrix:
include:
- name: Default
+ os: windows-latest
triplet: x64-windows
arch: x64
build-type: Debug