Skip to content

Commit 785868c

Browse files
committed
Try C++14 with Visual Studio 2022 instead of Visual Studio 2015 Update 3
1 parent 9ed4f4c commit 785868c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ environment:
3333
SQLITE_ORM_CXX_STANDARD: "-DSQLITE_ORM_ENABLE_CXX_14=ON"
3434

3535
# Representative for C++14
36-
- job_name: Visual Studio 2015 Update 3, x64, C++14
37-
appveyor_build_worker_image: Visual Studio 2015
36+
- job_name: Visual Studio 2022, x64, C++14
37+
appveyor_build_worker_image: Visual Studio 2022
3838
platform: x64
3939
SQLITE_ORM_CXX_STANDARD: ""
4040

0 commit comments

Comments
 (0)