From b36e374320ab7204e08cc00db924f60a4d9ca630 Mon Sep 17 00:00:00 2001 From: pseusys Date: Fri, 17 Feb 2023 18:33:29 +0100 Subject: [PATCH] ubuntu version changed to compatible with python 3.6 --- .github/workflows/build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 4ae01df..c9a0e34 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -6,7 +6,7 @@ on: jobs: publish-server-image: name: Publish 'waka-readme-stats' image - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout 🛎️