Skip to content

Commit 60464bc

Browse files
author
Martin Boje Carpentier
committed
Run release from windows, since the tests have to run on windows, and it makes sense to run the release from the same platform as the tests
1 parent cc2cc22 commit 60464bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
name: 'Deploy to Nuget'
2222
if: github.event_name == 'release'
23-
runs-on: ubuntu-latest
23+
runs-on: windows-latest
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)