Skip to content

Commit 547c5b4

Browse files
committed
updating windows os images
1 parent 7c1e7c6 commit 547c5b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ only_commits:
1616
#images
1717

1818
image:
19-
- Visual Studio 2019
19+
- Visual Studio 2022
2020

2121
# Set build info
2222
environment:

azure-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
displayName: Agent phase
1616
cancelTimeoutInMinutes: 1
1717
pool:
18-
vmImage: windows-2019
18+
vmImage: windows-latest
1919
steps:
2020
- checkout: self
2121
clean: true

azure-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
displayName: Agent phase
1010
cancelTimeoutInMinutes: 1
1111
pool:
12-
vmImage: windows-2019
12+
vmImage: windows-latest
1313
steps:
1414
- checkout: self
1515
clean: true

0 commit comments

Comments
 (0)