Skip to content

Commit

Permalink
upgrade to ubuntu:22.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwk96 committed Jun 5, 2024
1 parent 6fa50d2 commit 3e67632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
#
matrix:
container:
- ubuntu:21.10
- ubuntu:22.04
- ubuntu:20.04
- ubuntu:18.04
- debian:bullseye
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-ci-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ CONFIGURE_OPTIONS="CXXFLAGS='-O -std=c++03 -DS3FS_PTHREAD_ERRORCHECK=1' --prefix
#-----------------------------------------------------------
# OS dependent variables
#-----------------------------------------------------------
if [ "${CONTAINER_FULLNAME}" = "ubuntu:21.10" ]; then
if [ "${CONTAINER_FULLNAME}" = "ubuntu:22.04" ]; then
PACKAGE_MANAGER_BIN="apt-get"
PACKAGE_UPDATE_OPTIONS="update -y -qq"

Expand Down

0 comments on commit 3e67632

Please sign in to comment.