Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .azure-pipelines/batch-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ parameters:

variables:
winAgentPoolName: pool-windows-2019
linuxAgentPoolName: pool-ubuntu-2004
linuxAgentPoolName: pool-ubuntu-2404
macOsAgentPoolName: Azure Pipelines
macOsAgentPoolVMImage: macOS-latest

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/sync-tools-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down