From ac73c2e4de3c94744d2a79da3a4436a3baff7a46 Mon Sep 17 00:00:00 2001 From: aceberg <1502200+aceberg@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:12:13 +0700 Subject: [PATCH] GA for binary release upd --- .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 13cf444..f75c5c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: generate: name: Create release-artifacts - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout the repository uses: actions/checkout@master