Skip to content

Commit 5912f9d

Browse files
committed
💚 mark all windows + gcc builds experimental
1 parent 15a4a5e commit 5912f9d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push-pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
name: "${{matrix.os}} ${{matrix.compiler}} c${{matrix.c_standard}} c++${{matrix.cxx_standard}}"
1313
strategy:
1414
matrix:
15+
experimental:
16+
- false
1517
os:
1618
- ubuntu
1719
- windows
@@ -42,7 +44,12 @@ jobs:
4244
image_version: 2025
4345
- os: windows
4446
image_version: latest
47+
include:
48+
- os: windows
49+
compiler: gcc
50+
experimental: true
4551
runs-on: ${{matrix.os}}-${{matrix.image_version}}
52+
continue-on-error: ${{matrix.experimental}}
4653
env:
4754
CMAKE_CXX_STANDARD: ${{matrix.cxx_standard}}
4855
CMAKE_C_STANDARD: ${{matrix.c_standard}}

0 commit comments

Comments
 (0)