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 15a4a5e commit 5912f9dCopy full SHA for 5912f9d
1 file changed
.github/workflows/push-pull_request.yml
@@ -12,6 +12,8 @@ jobs:
12
name: "${{matrix.os}} ${{matrix.compiler}} c${{matrix.c_standard}} c++${{matrix.cxx_standard}}"
13
strategy:
14
matrix:
15
+ experimental:
16
+ - false
17
os:
18
- ubuntu
19
- windows
@@ -42,7 +44,12 @@ jobs:
42
44
image_version: 2025
43
45
- os: windows
46
image_version: latest
47
+ include:
48
+ - os: windows
49
+ compiler: gcc
50
+ experimental: true
51
runs-on: ${{matrix.os}}-${{matrix.image_version}}
52
+ continue-on-error: ${{matrix.experimental}}
53
env:
54
CMAKE_CXX_STANDARD: ${{matrix.cxx_standard}}
55
CMAKE_C_STANDARD: ${{matrix.c_standard}}
0 commit comments