Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros authored Jan 6, 2025
1 parent aef6ede commit 02138c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
setup:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

Expand All @@ -22,7 +22,7 @@ jobs:
dotnet restore
nuget-push:
runs-on: windows-latest
runs-on: ubuntu-latest
needs: setup
strategy:
matrix:
Expand Down

0 comments on commit 02138c5

Please sign in to comment.