docker: fix comment for ubuntu 18 deprecation

This commit is contained in:
Michka Popoff 2025-02-03 15:10:09 +01:00
parent 235082549d
commit 8f884e1a79
No known key found for this signature in database
GPG Key ID: 033D03F151030611

View File

@ -85,7 +85,7 @@ jobs:
) )
fi fi
if [[ "${{ matrix.version }}" == "18.04" ]]; then 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 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 fi