Skip to content

Commit 3e67632

Browse files
committed
upgrade to ubuntu:22.04.
1 parent 6fa50d2 commit 3e67632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
#
5151
matrix:
5252
container:
53-
- ubuntu:21.10
53+
- ubuntu:22.04
5454
- ubuntu:20.04
5555
- ubuntu:18.04
5656
- debian:bullseye

.github/workflows/linux-ci-helper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ CONFIGURE_OPTIONS="CXXFLAGS='-O -std=c++03 -DS3FS_PTHREAD_ERRORCHECK=1' --prefix
6161
#-----------------------------------------------------------
6262
# OS dependent variables
6363
#-----------------------------------------------------------
64-
if [ "${CONTAINER_FULLNAME}" = "ubuntu:21.10" ]; then
64+
if [ "${CONTAINER_FULLNAME}" = "ubuntu:22.04" ]; then
6565
PACKAGE_MANAGER_BIN="apt-get"
6666
PACKAGE_UPDATE_OPTIONS="update -y -qq"
6767

0 commit comments

Comments
 (0)