Merge pull request #19190 from Homebrew/ubuntu18

docker: fix comment for ubuntu 18 deprecation
This commit is contained in:
Mike McQuaid 2025-02-03 16:38:14 +00:00 committed by GitHub
commit 7b7bf51e1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -85,7 +85,7 @@ jobs:
)
fi
if [[ "${{ matrix.version }}" == "18.04" ]]; then
# odeprecated: remove this in Homebrew >=4.4
# odeprecated: remove this in Homebrew >=4.5
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