Skip to content

Commit a17a557

Browse files
authored
Replacing deprecated windows image (#989)
* Replacing deprecated windows image * Fix to script
1 parent 7993cea commit a17a557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aspnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122

123123
#Deploy the artifacts to Azure
124124
deploy:
125-
runs-on: windows-2022
125+
runs-on: windows-latest
126126
needs: [build, test]
127127
steps:
128128
# Install SDK for Selenium/Functional tests

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: windows-2019
26+
runs-on: windows-latest
2727
env:
2828
dotNetVersion: net8.0
2929
dotNetSDKVersion: "8.0.x"

0 commit comments

Comments
 (0)