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 Sep 8, 2022
1 parent 9200c02 commit c171be3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
jobs:
build:
name: 🏭 Build & Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: 🚚 Checkout
uses: actions/checkout@v3
- name: πŸ›  Setup .NET Core
- name: πŸ›  Setup .NET
uses: actions/setup-dotnet@v2
- name: βš™ Restore
run: dotnet restore
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: πŸ“¦ Publish to GitHub
run: dotnet nuget push "*.nupkg" -s https://nuget.pkg.github.com/phnx47/index.json -k ${{ secrets.GH_PKG_PAT }} --skip-duplicate
nuget:
name: πŸš€ Deploy to Nuget
name: πŸš€ Deploy to NuGet
needs: [build]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-20.04
Expand Down

0 comments on commit c171be3

Please sign in to comment.