We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19111fd commit 366a4d7Copy full SHA for 366a4d7
1 file changed
.github/workflows/push-pull_request.yml
@@ -32,6 +32,8 @@ jobs:
32
os: ubuntu
33
- compiler: msvc
34
os: macos
35
+ - compiler: gcc
36
+ os: windows
37
runs-on: ${{matrix.os}}-latest
38
env:
39
CMAKE_CXX_STANDARD: ${{matrix.cxx_standard}}
0 commit comments