From ce157a5c8afbcc42146a353845d23f731fb56699 Mon Sep 17 00:00:00 2001 From: Kishi85 Date: Tue, 23 Mar 2021 09:32:40 +0100 Subject: [PATCH] CI: Build on Ubuntu 18.04 while we are Python 2 compatbile and OS version is not EOL --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 470cf2d..4699355 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Build (and release) on: [ push, pull_request ] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 with: