From a9c6a90fa06251016354b3c3fdb34430646a522c Mon Sep 17 00:00:00 2001 From: Peter Opatril Date: Thu, 20 Jul 2023 19:13:53 +0200 Subject: [PATCH] chore: update image in release GH action --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4f97d2d..6eb7917 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,8 +6,8 @@ on: - "v*" jobs: - make_relase: - runs-on: ubuntu-18.04 + make_release: + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2