Skip to content

Commit

Permalink
Remove VS2019 build (due to inadequate C++20 support).
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 5, 2024
1 parent 4c2aebe commit aafaf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [windows-2019, windows-2022]
platform: [windows-2022]
build_type: [Debug, RelWithDebInfo]
name: "${{matrix.platform}} / ${{matrix.build_type}}"
env:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
build_type: [Debug, RelWithDebInfo]
exclude:
- compiler: clang
platform: ubuntu-22.04
platform: ubuntu-22.04
- compiler: gcc
platform: macos-12
- compiler: gcc
Expand Down

0 comments on commit aafaf63

Please sign in to comment.