Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit bdf73cc

Browse files
author
Iason Nikolas
committed
Update windows version
1 parent 3e55225 commit bdf73cc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
os:
3434
- ubuntu-22.04
3535
- macos-10.15
36-
- windows-2019
36+
- windows-2022
3737
compiler:
3838
# you can specify the version after `-` like "llvm-15".
3939
- llvm-15
@@ -49,7 +49,7 @@ jobs:
4949

5050
exclude:
5151
# mingw is determined by this author to be too buggy to support
52-
- os: windows-2019
52+
- os: windows-2022
5353
compiler: gcc-12
5454

5555
include:
@@ -74,25 +74,25 @@ jobs:
7474
developer_mode: On
7575

7676
# Windows msvc builds
77-
- os: windows-2019
77+
- os: windows-2022
7878
compiler: msvc
7979
generator: "Visual Studio 17 2022"
8080
build_type: Debug
8181
developer_mode: On
8282

83-
- os: windows-2019
83+
- os: windows-2022
8484
compiler: msvc
8585
generator: "Visual Studio 17 2022"
8686
build_type: Release
8787
developer_mode: On
8888

89-
- os: windows-2019
89+
- os: windows-2022
9090
compiler: msvc
9191
generator: "Visual Studio 17 2022"
9292
build_type: Debug
9393
developer_mode: Off
9494

95-
- os: windows-2019
95+
- os: windows-2022
9696
compiler: msvc
9797
generator: "Visual Studio 17 2022"
9898
build_type: Release

0 commit comments

Comments
 (0)