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