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 7993cea commit a17a557Copy full SHA for a17a557
.github/workflows/aspnetcore.yml
@@ -122,7 +122,7 @@ jobs:
122
123
#Deploy the artifacts to Azure
124
deploy:
125
- runs-on: windows-2022
+ runs-on: windows-latest
126
needs: [build, test]
127
steps:
128
# Install SDK for Selenium/Functional tests
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: windows-2019
27
env:
28
dotNetVersion: net8.0
29
dotNetSDKVersion: "8.0.x"
0 commit comments