Skip to content

Commit

Permalink
Merge pull request #18387 from Homebrew/deprecate_docker
Browse files Browse the repository at this point in the history
docker: deprecate Ubuntu 18.04
  • Loading branch information
MikeMcQuaid committed Sep 24, 2024
2 parents 410fe21 + b34253c commit 5697a2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5697a2a

Please sign in to comment.