We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865629f commit bda7364Copy full SHA for bda7364
1 file changed
.github/workflows/build.yml
@@ -5,7 +5,7 @@ concurrency: build-${{ github.ref }}
5
jobs:
6
build:
7
name: Build on Windows
8
- runs-on: windows-2022(windows-latest)
+ runs-on: windows-2022
9
steps:
10
- uses: actions/checkout@v2
11
- name: Setup .NET
0 commit comments