Skip to content

Commit 2b83e6b

Browse files
committed
Try VS 2022
1 parent 46e0619 commit 2b83e6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,16 @@ workflows:
7676
ubuntu-build:
7777
jobs:
7878
- posix-build
79+
windows-2022:
80+
jobs:
81+
- windows-build:
82+
matrix:
83+
parameters:
84+
executor: [windows/server-2022]
85+
vspath: [C:\Program Files\Microsoft Visual Studio\2022\Community]
86+
arch: [x64, x86]
7987
windows-2019:
88+
when: false # Circle CI doesn't have MSVC in their VS 2019 installation...
8089
jobs:
8190
- windows-build:
8291
matrix:

0 commit comments

Comments
 (0)