From 653d9762944e37df3ccf8f68be54b193b636a359 Mon Sep 17 00:00:00 2001 From: Dave Cramer Date: Fri, 27 Sep 2024 10:58:05 -0400 Subject: [PATCH] Use REL_17_STABLE --- .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 972ac764..ca452049 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ env: WORKFLOW_VERSION_POSTGRESQL: '1' # for build steps related to the 'cachePostgres' cache # Software versions. - POSTGRESQL_SOURCE_TAG: 'REL_17_RC1' + POSTGRESQL_SOURCE_TAG: 'REL_17_STABLE' POSTGRESQL_PACKAGE_FILEID: '1259019' OPENSSL_VERSION: '3_3_2' PKGCONFIGLITE_VERSION: '0.28-1'