Skip to content

Commit

Permalink
Upgrade CI to Ubuntu 23.10 (s3fs-fuse#2355)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored Oct 22, 2023
1 parent 3856637 commit a3964b3
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:23.04
- ubuntu:23.10
- ubuntu:22.04
- ubuntu:20.04
- debian:bookworm
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 @@ -80,7 +80,7 @@ PACKAGE_INSTALL_ADDITIONAL_OPTIONS=""
SHELLCHECK_DIRECT_INSTALL=0
AWSCLI_DIRECT_INSTALL=1

if [ "${CONTAINER_FULLNAME}" = "ubuntu:23.04" ]; then
if [ "${CONTAINER_FULLNAME}" = "ubuntu:23.10" ]; then
PACKAGE_MANAGER_BIN="apt-get"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"
Expand Down

0 comments on commit a3964b3

Please sign in to comment.