Skip to content
Closed
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/templates/variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
ubuntu_pool: 'pool-ubuntu-2004'
ubuntu_pool: 'pool-ubuntu-2404'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even the dev branch still uses Ubuntu 22.04:

ubuntu_pool: 'pool-ubuntu-2204'

I don't think the 24.04 1ES pool has been created.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#32057 backports #30996 to use the Ubuntu 22.04 pool.

windows_pool: 'pool-windows-2019'
ubuntu_arm64_pool: 'ubuntu-arm64-2004-pool'
macos_pool: 'macOS-14'
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ parameters:
default:
- name: AMD64
value: amd64
pool: pool-ubuntu-2004
pool: pool-ubuntu-2404
- name: ARM64
value: arm64
pool: ubuntu-arm64-2004-pool
Expand Down
Loading