From 51ebc45a110feb6ccc0df787f3d6b4e23854029f Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 5 Feb 2024 12:02:21 +0200 Subject: [PATCH] fix updated github runner images --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f2ac775d..8b663d4d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,8 +123,7 @@ jobs: docker image rm node:16-alpine docker image rm node:18 docker image rm node:18-alpine - docker image rm buildpack-deps:buster - docker image rm buildpack-deps:bullseye + docker image rm node:20 docker image rm debian:10 docker image rm debian:11 docker image rm moby/buildkit:latest