From f32f352b741dc9c03af42ce192d0c72df840cd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 3 Feb 2026 09:33:55 +0100 Subject: [PATCH] ci: Update windows httpd distribution --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a601bf04..0a6ec9a1 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-251206 + APACHE_LOUNGE_DISTRO_VERSION: 2.4.66-260131 HTTPD_DEV_HOME: 'C:\Apache24' steps: - name: Checkout @@ -209,7 +209,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Get httpd run: | - curl.exe --output "httpd-apache-lounge.zip" --url "https://www.apachelounge.com/download/VS17/binaries/httpd-${{ env.APACHE_LOUNGE_DISTRO_VERSION }}-win64-VS17.zip" + curl.exe --output "httpd-apache-lounge.zip" --url "https://www.apachelounge.com/download/VS18/binaries/httpd-${{ env.APACHE_LOUNGE_DISTRO_VERSION }}-win64-VS18.zip" Expand-Archive -Path "httpd-apache-lounge.zip" -DestinationPath "C:\" - name: Build run: |