Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Build on Windows 2022 (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Jul 23, 2022
1 parent eb8fc5d commit bf3d31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#---------------------------------#
# Build Image #
#---------------------------------#
image: Visual Studio 2019
image: Visual Studio 2022

#---------------------------------#
# Build Script #
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pr:
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2022'
steps:
- powershell: ./build.ps1
displayName: 'Cake Build'

0 comments on commit bf3d31d

Please sign in to comment.