Skip to content

Commit

Permalink
Run workflows on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Dec 28, 2024
1 parent 89564f8 commit bbda5fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
dotnet-version: [ '9.0.x' ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest
strategy:
matrix:
dotnet-version: [ '9.0.x' ]
Expand Down

0 comments on commit bbda5fd

Please sign in to comment.