Skip to content

Commit

Permalink
fix workflow runner os
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 29, 2023
1 parent a933112 commit 306f02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish-Nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:
jobs:
build:
if: ${{ !github.event_name == 'pull_request' || !github.event.pull_request.draft }}
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 306f02c

Please sign in to comment.