Skip to content

Commit 63ad804

Browse files
committed
Fix CXX uppercase bug in ci
Signed-off-by: Raül <raulojeda@eprosima.com>
1 parent 149e69c commit 63ad804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-sanitizers-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
TSAN_OPTIONS: second_deadlock_stack=1 history_size=7 memory_limit_mb=5000
360360
# TODO
361361
CC: gcc-12
362-
cxx: g++-12
362+
CXX: g++-12
363363
steps:
364364
- name: Free disk space
365365
uses: eProsima/eProsima-CI/ubuntu/free_disk_space@v0

.github/workflows/reusable-ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ jobs:
767767
env:
768768
# TODO
769769
CC: gcc-11
770-
cxx: g++-11
770+
CXX: g++-11
771771
strategy:
772772
fail-fast: false
773773
matrix:

0 commit comments

Comments
 (0)