From b1731b14b7155c1633c2d4560bf28fa2e0f5cac5 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 6 Sep 2023 17:47:03 +0200 Subject: [PATCH] ghactions: Add comment explaining why we stay on ubuntu-20.04 It's used on purpose, see commit 428c40018 and https://github.com/containers/gvisor-tap-vsock/issues/256 Signed-off-by: Christophe Fergeau --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 274e5754e..4c69d714b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-20.04 # explicitly use 20.04, see commit 428c40018a timeout-minutes: 30 steps: - uses: actions/checkout@v3