Skip to content

Commit 0f91bf8

Browse files
authored
Update publish-to-nuget.yml
1 parent 7781cd0 commit 0f91bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
jobs:
2020
create_nuget:
21-
runs-on: windows-latest
21+
runs-on: ubuntu-latest
2222
steps:
2323
- name: checkout
2424
uses: actions/checkout@v3
@@ -39,7 +39,7 @@ jobs:
3939
path: ${{ env.NuGetDirectory }}/*.*nupkg
4040

4141
validate_nuget:
42-
runs-on: windows-latest
42+
runs-on: ubuntu-latest
4343
needs: [ create_nuget ]
4444
steps:
4545
# Install the .NET SDK indicated in the global.json file
@@ -72,7 +72,7 @@ jobs:
7272
run: dotnet test --configuration Release
7373

7474
deploy:
75-
runs-on: windows-latest
75+
runs-on: ubuntu-latest
7676
needs: [ validate_nuget, run_test ]
7777
steps:
7878
- uses: trstringer/manual-approval@v1

0 commit comments

Comments
 (0)