Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Update publishnuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xpouyat authored Dec 20, 2023
1 parent c8da53f commit fb000be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults:

jobs:
create_nuget:
runs-on: windows-2019
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
path: ${{ env.NuGetDirectory }}/*.snupkg

run_test:
runs-on: windows-2019
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
Expand Down

0 comments on commit fb000be

Please sign in to comment.