diff --git a/.azure-pipelines/batch-generation.yml b/.azure-pipelines/batch-generation.yml index eb66032b75db..f82a8df59b17 100644 --- a/.azure-pipelines/batch-generation.yml +++ b/.azure-pipelines/batch-generation.yml @@ -30,7 +30,7 @@ variables: MaxParallelTestLinuxJobs: 5 MaxParallelTestMacJobs: 5 WindowsAgentPoolName: pool-windows-2019 - LinuxAgentPoolName: pool-ubuntu-2004 + LinuxAgentPoolName: pool-ubuntu-2404 MacOSAgentPoolName: 'Azure Pipelines' MacOSAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/release-test.yml b/.azure-pipelines/release-test.yml index cb5202e662ec..93a2dc0ff96d 100644 --- a/.azure-pipelines/release-test.yml +++ b/.azure-pipelines/release-test.yml @@ -30,7 +30,7 @@ parameters: variables: winAgentPoolName: pool-windows-2019 - linuxAgentPoolName: pool-ubuntu-2004 + linuxAgentPoolName: pool-ubuntu-2404 macOsAgentPoolName: Azure Pipelines macOsAgentPoolVMImage: macOS-latest diff --git a/.azure-pipelines/sync-tools-folder.yml b/.azure-pipelines/sync-tools-folder.yml index 0f2bf0319419..079bb71e45e8 100644 --- a/.azure-pipelines/sync-tools-folder.yml +++ b/.azure-pipelines/sync-tools-folder.yml @@ -45,7 +45,7 @@ jobs: - ${{ each ToBranch in parameters.ToBranches }}: - job: Sync_${{ replace(ToBranch, '/', '_') }} displayName: "Sync To ${{ ToBranch }}" - pool: pool-ubuntu-2004 + pool: pool-ubuntu-2404 steps: - template: util/get-github-pat-steps.yml