2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-19 04:02:14 +00:00

Use ubuntu-latest for container tests.

Switching to ubuntu-latest image for container tests as 20.04 is going away.
This commit is contained in:
René Ferdinand Rivera Morell
2025-04-01 11:44:36 -05:00
committed by GitHub
parent b19b21773d
commit 8907eee3e4

View File

@@ -276,7 +276,7 @@ stages:
# Clang 3.7: {CXX: clang++-3.7, TOOLSET: clang-3.7, PACKAGES: clang-3.7, CONTAINER: "ubuntu_1604"}
# Clang 3.6: {CXX: clang++-3.6, TOOLSET: clang-3.6, PACKAGES: clang-3.6, CONTAINER: "ubuntu_1604"}
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-latest'
container: $[ variables['CONTAINER'] ]
steps:
- template: .ci/azp-linux-prep-container.yml