Skip to content

Commit 30352ec

Browse files
committed
Updated servers to windows latest.
1 parent 9a4c0f2 commit 30352ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [windows-2019]
35+
os: [windows-latest]
3636
language: [ 'csharp' ]
3737
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3838
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [windows-2019]
14+
os: [windows-latest]
1515
# dotnet-version: [ '3.1.x', '5.0.x', '6.0.x', '7.0.x' ]
1616
dotnet-version: [ '7.0.x' ]
1717
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [windows-2019]
18+
os: [windows-latest]
1919
# this is fixed to just one version so we only run the push operation once
2020
dotnet-version: [ '7.0.x' ]
2121
steps:

0 commit comments

Comments
 (0)