CI: Switch GNU build from sanitizer to release
Keep GCC compiler warning coverage on pull requests without running the GCC sanitizer configuration that has been timing out in CI. Leave the Clang sanitizer jobs in place for sanitizer coverage.
This commit is contained in:
parent
c551a8094a
commit
0d9f7b3ed8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
matrix:
|
||||
os_name: ['Linux']
|
||||
arch: ['x86_64']
|
||||
build_preset: ['Sanitizer']
|
||||
build_preset: ['Release']
|
||||
toolchain: ['GNU']
|
||||
clang_plugins: [false]
|
||||
runner_labels: ['["blacksmith-16vcpu-ubuntu-2404"]']
|
||||
|
|
|
|||
Loading…
Reference in a new issue