Skip to content

Commit

Permalink
docker: deprecate Ubuntu 18.04
Browse files Browse the repository at this point in the history
Co-authored-by: Ruoyu Zhong <[email protected]>
  • Loading branch information
MikeMcQuaid and ZhongRuoyu committed Sep 24, 2024
1 parent 73e521e commit 7a85f32
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 @@ -79,6 +79,10 @@ jobs:
"homebrew/ubuntu${{matrix.version}}:master"
)
fi
if [[ "${{ matrix.version }}" == "18.04" ]]; then
# odeprecated: remove this in Homebrew >=4.4
echo "homebrew/ubuntu18.04:master is deprecated and will soon be retired. Use homebrew/ubuntu22.04:master or homebrew/ubuntu24.04 or homebrew/ubuntu20.04 or homebrew/brew. For CI, homebrew/ubuntu22.04:master is recommended." > .docker-deprecate
fi
{
if [[ "${#tags[@]}" -ne 0 ]]; then
Expand Down

0 comments on commit 7a85f32

Please sign in to comment.