We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e9dcf commit 0ac3addCopy full SHA for 0ac3add
.github/workflows/build-and-test.yml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
build:
14
name: Build and test
15
- runs-on: ubuntu-latest
+ runs-on: windows-latest
16
17
steps:
18
- uses: actions/checkout@v3
.github/workflows/publish-nuget.yml
@@ -13,7 +13,7 @@ env:
name: Publish NuGet Package
19
- name: Checkout code
0 commit comments