svn commit: r1934670 - subversion/trunk/.github/workflows

[email protected] Wed, 27 May 2026 06:29:18 -0000
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <177986335867.3912475.11732270795419122685@svn03-he-fi>
Author: brane
Date: Wed May 27 06:29:18 2026
New Revision: 1934670

Log:
Removing a whole matdix component from the workflow is not productive...

* .github/workflows/autoconf.yml: Allow system httpd on macOS, but we
   won't run DAV tests anyway, for now.

Modified:
   subversion/trunk/.github/workflows/autoconf.yml

Modified: subversion/trunk/.github/workflows/autoconf.yml
==============================================================================
--- subversion/trunk/.github/workflows/autoconf.yml	Wed May 27 06:23:58 2026	(r1934669)
+++ subversion/trunk/.github/workflows/autoconf.yml	Wed May 27 06:29:18 2026	(r1934670)
@@ -40,7 +40,7 @@ jobs:
         os: [ubuntu-latest, ubuntu-22.04-arm, macos-latest]
         httpd: [system, trunk, 2.4.x]
         # Only run davautocheck for httpd trunk/2.4.x
-        # Disable httpd and davautocheck on macOS, for now
+        # Disable non-system httpd and davautocheck on macOS, for now
         exclude:
           - check-target: check
             httpd: trunk
@@ -48,8 +48,6 @@ jobs:
             httpd: 2.4.x
           - check-target: davautocheck
             os: macos-latest
-          - httpd: system
-            os: macos-latest
           - httpd: trunk
             os: macos-latest
           - httpd: 2.4.x