Upgrade CI to Ubuntu 25.04 (#2659)

This commit is contained in:
Andrew Gaul
2025-04-19 09:21:39 +09:00
committed by GitHub
parent e083825f55
commit 30f9378dec
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ jobs:
#
matrix:
container:
- ubuntu:24.10
- ubuntu:25.04
- ubuntu:24.04
- ubuntu:22.04
- ubuntu:20.04

View File

@ -82,7 +82,7 @@ PACKAGE_ENABLE_REPO_OPTIONS=""
PACKAGE_INSTALL_ADDITIONAL_OPTIONS=""
AWSCLI_DIRECT_INSTALL=1
if [ "${CONTAINER_FULLNAME}" = "ubuntu:24.10" ]; then
if [ "${CONTAINER_FULLNAME}" = "ubuntu:25.04" ]; then
PACKAGE_MANAGER_BIN="apt-get"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"