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 bc2b001 commit fb478f4Copy full SHA for fb478f4
.github/workflows/pull-request.yaml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
build:
8
name: "Build"
9
- runs-on: windows-2022
+ runs-on: windows-latest
10
env:
11
DOTNET_CLI_WORKLOAD_UPDATE_NOTIFY_DISABLE: true
12
DOTNET_NOLOGO: true
.github/workflows/push-main.yaml
@@ -8,7 +8,7 @@ on:
13
14
0 commit comments