From 924afac084573fcc2bf518aa94bf488689127265 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Thu, 9 Jul 2026 14:17:34 -0700 Subject: [PATCH] Change patch base to build-1448 Daily patch builds now go on top of the 9.3.10 base build (build-1448) instead of build-1439 --- .github/workflows/patch-installer-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/patch-installer-cd.yml b/.github/workflows/patch-installer-cd.yml index 0a50e7d58c..f621a91ddf 100644 --- a/.github/workflows/patch-installer-cd.yml +++ b/.github/workflows/patch-installer-cd.yml @@ -39,11 +39,11 @@ on: # on Jenkins-built bases. base_release: description: 'The github release for the base build artifacts (separate only for bootstrapping; should be removed after 9.3 is the stable)' - default: 'build-1439' # When updating this, update base_build_number and their fallbacks below, too. + default: 'build-1448' # When updating this, update base_build_number and their fallbacks below, too. base_build_number: description: 'The base build number' required: false - default: '1439' + default: '1448' make_release: description: 'Should the release be pushed to s3 - use false for test builds' required: false @@ -62,7 +62,7 @@ jobs: LcmRootDir: ${{ github.workspace }}/Localizations/LCM FILESTOSIGNLATER: ./signExternally GH_TOKEN: ${{ github.token }} - BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '1439' }} + BASE_BUILD_NUMBER: ${{ inputs.base_build_number || '1448' }} name: Build Debug and run Tests runs-on: windows-2022 steps: @@ -170,7 +170,7 @@ jobs: - name: Import Base Build Artifacts shell: pwsh run: | - $release = "${{ inputs.base_release || 'build-1439' }}" + $release = "${{ inputs.base_release || 'build-1448' }}" $repo = "${{ github.repository }}" Write-Host "Downloading artifacts for release $release from $repo"