From a9fb3f2c207e2eefabf632e89d3bf7d70706b9fe Mon Sep 17 00:00:00 2001 From: "Ronald I." <14822065+rilma@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:34:46 +0000 Subject: [PATCH] ubuntu 20.04 in actions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6c34ffd..d70b689 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 strategy: matrix: python_version: ["3.10"]