From 8040d48e1ebeb11afed9ac555c0639d150c0f548 Mon Sep 17 00:00:00 2001 From: makarovNick Date: Mon, 1 Apr 2024 12:44:14 +0300 Subject: [PATCH] hardcode os, bug https://github.com/actions/setup-python/issues/544 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb0e355..5290e94 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2