Merge pull request #18387 from Homebrew/deprecate_docker

docker: deprecate Ubuntu 18.04
This commit is contained in:
Mike McQuaid 2024-09-24 15:51:18 +01:00 committed by GitHub
commit 5697a2a7e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,6 +85,10 @@ jobs:
"homebrew/ubuntu${{matrix.version}}:master"
)
fi
if [[ "${{ matrix.version }}" == "18.04" ]]; then
# odeprecated: remove this in Homebrew >=4.4
echo "The homebrew/ubuntu18.04 image is deprecated and will soon be retired. Use homebrew/ubuntu22.04 or homebrew/ubuntu24.04 or homebrew/ubuntu20.04 or homebrew/brew." > .docker-deprecate
fi
{
if [[ "${#tags[@]}" -ne 0 ]]; then