From a302c69bb2bc9927e5cafd8445976b95a816e0b1 Mon Sep 17 00:00:00 2001 From: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com> Date: Sat, 3 Sep 2022 21:09:26 +0200 Subject: [PATCH] Use latest OS version deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7167dcbe..dab535ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: deploymode: release deploy: name: Deploy release - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest needs: call-release-build steps: - uses: actions/checkout@v2