Skip to content

Commit

Permalink
Upgrade CI to Alpine 3.21 (s3fs-fuse#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaul authored Dec 15, 2024
1 parent 5e39eff commit b83c285
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 @@ -60,7 +60,7 @@ jobs:
- fedora:41
- fedora:40
- opensuse/leap:15
- alpine:3.20
- alpine:3.21

container:
image: ${{ matrix.container }}
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 @@ -198,7 +198,7 @@ elif [ "${CONTAINER_FULLNAME}" = "opensuse/leap:15" ]; then
INSTALL_CHECKER_PKGS="cppcheck ShellCheck"
INSTALL_CHECKER_PKG_OPTIONS=""

elif [ "${CONTAINER_FULLNAME}" = "alpine:3.20" ]; then
elif [ "${CONTAINER_FULLNAME}" = "alpine:3.21" ]; then
PACKAGE_MANAGER_BIN="apk"
PACKAGE_UPDATE_OPTIONS="update --no-progress"
PACKAGE_INSTALL_OPTIONS="add --no-progress --no-cache"
Expand Down

0 comments on commit b83c285

Please sign in to comment.