Skip to content

Commit

Permalink
ci: runs-on ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Nov 21, 2022
1 parent 5605000 commit 71308bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 71308bd

Please sign in to comment.