From 71308bd13118cd7c748f9faa04da4924a7a03c06 Mon Sep 17 00:00:00 2001 From: Serge K Date: Mon, 21 Nov 2022 16:22:57 +0700 Subject: [PATCH] ci: runs-on ubuntu-22.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3df623a6..ea8c5c10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: name: 🚀 Deploy to GitHub needs: [build] if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: 📥 Download artifacts uses: actions/download-artifact@v3 @@ -62,7 +62,7 @@ jobs: name: 🚀 Deploy to NuGet needs: [build] if: startsWith(github.ref, 'refs/tags/v') - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: 📥 Download artifacts uses: actions/download-artifact@v3