Skip to content
Closed
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
Move the Libraries Enterprise Linux pipeline off Ubuntu 16.04
Ubuntu 16.04 is out of support and Azure DevOps is going to remove the queue (they have a brownout today which is how I found this).
  • Loading branch information
jkoritzinsky authored Oct 11, 2021
commit 40ce8120cd96db548027d9709cee1c9831161531
2 changes: 1 addition & 1 deletion eng/pipelines/libraries/enterprise/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pr:
- src/libraries/System.Net.Security/*

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'

variables:
- template: ../variables.yml
Expand Down