From 3a859bc879281b7a73d8bee61ae6714c09d9eb79 Mon Sep 17 00:00:00 2001 From: Michal Muransky Date: Thu, 29 Dec 2022 22:11:39 +0100 Subject: [PATCH] Do not run Ubuntu 20 test --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5e146b4..db33135 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,9 +26,9 @@ jobs: - image: "rockylinux8" tag: "latest" cgroup_mode: "private" - - image: "ubuntu2004" - tag: "latest" - cgroup_mode: "host" + # - image: "ubuntu2004" + # tag: "latest" + # cgroup_mode: "private" - image: "ubuntu2204" tag: "latest" cgroup_mode: "private"