We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9e3d commit 76bec67Copy full SHA for 76bec67
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
35
build-windows:
36
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'windows' }}
37
- runs-on: windows-latest
+ runs-on: windows-2022
38
needs: [get-release]
39
steps:
40
- uses: actions/checkout@v3
0 commit comments