Skip to content

Commit 9e499d2

Browse files
committed
Fix testing CI jobs.
1 parent 861204a commit 9e499d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
matrix:
8484
os: [ windows-latest, ubuntu-latest ]
8585
compiler: [ clang, msvc, gcc ]
86-
configuration: [ Debug, Release ]
86+
std_iter_compatibility: [ std_iter_category_disabled, std_iter_category_enabled ]
8787
exclude:
8888
- os: windows-latest
8989
compiler: gcc
@@ -125,7 +125,7 @@ jobs:
125125
- name: Download a Build Artifact
126126
uses: actions/download-artifact@v4
127127
with:
128-
name: Binaries-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.configuration }}-${{ matrix.std_iter_compatibility }}
128+
name: Binaries-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.configuration }}-std_iter_category_disabled
129129
path: Binaries/
130130
- if: matrix.os == 'ubuntu-latest'
131131
run: chmod 755 ./Binaries/benchmark/EASTLBenchmarks

0 commit comments

Comments
 (0)