mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-12-22 08:48:55 +00:00
Upgrade CI to Ubuntu 23.10 (#2355)
This commit is contained in:
parent
3856637cd2
commit
a3964b3fcd
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
#
|
||||
matrix:
|
||||
container:
|
||||
- ubuntu:23.04
|
||||
- ubuntu:23.10
|
||||
- ubuntu:22.04
|
||||
- ubuntu:20.04
|
||||
- debian:bookworm
|
||||
|
2
.github/workflows/linux-ci-helper.sh
vendored
2
.github/workflows/linux-ci-helper.sh
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user