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

Commit

Permalink
Update windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
Iason Nikolas committed Dec 31, 2022
1 parent 3e55225 commit bdf73cc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
os:
- ubuntu-22.04
- macos-10.15
- windows-2019
- windows-2022
compiler:
# you can specify the version after `-` like "llvm-15".
- llvm-15
Expand All @@ -49,7 +49,7 @@ jobs:

exclude:
# mingw is determined by this author to be too buggy to support
- os: windows-2019
- os: windows-2022
compiler: gcc-12

include:
Expand All @@ -74,25 +74,25 @@ jobs:
developer_mode: On

# Windows msvc builds
- os: windows-2019
- os: windows-2022
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Debug
developer_mode: On

- os: windows-2019
- os: windows-2022
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Release
developer_mode: On

- os: windows-2019
- os: windows-2022
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Debug
developer_mode: Off

- os: windows-2019
- os: windows-2022
compiler: msvc
generator: "Visual Studio 17 2022"
build_type: Release
Expand Down

0 comments on commit bdf73cc

Please sign in to comment.