Merge pull request #293 from boostorg/fix/upgrade_droneubuntu2404

updated cppalliance/droneubuntu2304 to 2404
This commit is contained in:
joaquintides 2024-10-23 18:32:15 +02:00 committed by GitHub
commit b41c054c66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -279,14 +279,14 @@ local windows_pipeline(name, image, environment, arch = "amd64") =
linux_pipeline(
"Linux 23.04 GCC 13 32/64 (11,14)",
"cppalliance/droneubuntu2304:1",
"cppalliance/droneubuntu2404:1",
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '11,14', ADDRMD: '32,64' },
"g++-13 g++-13-multilib",
),
linux_pipeline(
"Linux 23.04 GCC 13 32/64 (17,20,2b)",
"cppalliance/droneubuntu2304:1",
"cppalliance/droneubuntu2404:1",
{ TOOLSET: 'gcc', COMPILER: 'g++-13', CXXSTD: '17,20,2b', ADDRMD: '32,64' },
"g++-13 g++-13-multilib",
),