From 1a7fbd83216a70c347d5f6af08f1a1147989523d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Mon, 9 Mar 2026 13:04:34 +0100 Subject: [PATCH] ci: Update httpd distribution for Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a6ec9a1..9d560d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -200,7 +200,7 @@ jobs: matrix: os: [ windows-latest, windows-11-arm ] env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-260131 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-260223 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout