From 81b7e16b73fe596ae6554d771cb410308584051c Mon Sep 17 00:00:00 2001 From: Vladimir Menshakov Date: Tue, 12 Dec 2023 20:20:01 +0000 Subject: [PATCH] bump ubuntu version to 20.04 --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9f795314..e8094527 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -4,7 +4,7 @@ on: [push] jobs: Linux: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Creating Release... uses: ncipollo/release-action@v1