From 171a4df2c3dc8dceae0ca8e84ae323599c045a4f Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Thu, 27 Aug 2026 07:18:02 -0400 Subject: [PATCH] ci: bump Win OpenSSL to 3.5.8 slproweb.com only hosts the latest patch release, and it has rotated from 3.5.7 to 3.5.8: Win32/Win64/Win64ARM OpenSSL-3_5_7.exe now return 404. The download step fetches an error page, and the install step then fails with 'The system cannot execute the specified program', breaking the build-postgres and build-postgres-arm jobs (and skipping the Windows build-and-test jobs) on every branch. Bump OPENSSL_VERSION to 3_5_8, which is available for all three targets. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6da141ab..7f5fa06d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ env: # PostgreSQL build from source. POSTGRESQL_SOURCE_TAG: 'REL_18_STABLE' - OPENSSL_VERSION: '3_5_7' + OPENSSL_VERSION: '3_5_8' WORKFLOW_VERSION_POSTGRESQL_ARM64: '1' # increment to invalidate the arm64 cache PKGCONFIGLITE_VERSION: '0.28-1' WINFLEXBISON_VERSION: '2.5.24'