From f8fe394e0b5767cc3c9ea11845008178426a7683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 21 Jul 2026 15:25:04 +0200 Subject: [PATCH] ci: Update windows distribution of httpd --- .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 e7720fa1..1107f35a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: - os: windows-11-arm arch: amd64 # we're cross-compiling at this point env: - APACHE_LOUNGE_DISTRO_VERSION: 2.4.68-260610 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.68-260617 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout