We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29d7fd commit bfb2df6Copy full SHA for bfb2df6
1 file changed
ci/matrix.yaml
@@ -20,6 +20,9 @@ workflows:
20
# - { jobs: ['run_gpu'], project: 'target', ctk: ['12.X', '13.X'], cxx: ['gcc', 'clang'], gpu: 'rtx2080',
21
# args: '--preset libcudacxx --lit-tests "cuda/utility/basic_any.pass.cpp"' }
22
#
23
+ # IMPORTANT: Do NOT delete or remove the `override:` key below, even when it is empty.
24
+ override:
25
+
26
pull_request:
27
# Old CTK: Oldest/newest supported host compilers:
28
- {jobs: ['build'], std: 'minmax', ctk: '12.0', cxx: ['gcc7', 'gcc12', 'clang14', 'msvc2019', 'msvc14.39']}
0 commit comments