Skip to content

Commit

Permalink
Refs #20091: Apply suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Feb 21, 2024
1 parent c89c307 commit 0cbde59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-mac-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
label: 'nightly-sec-mac-ci'
cmake-args: "-DSECURITY=ON"
ctest-args: "-LE xfail"
fastdds-branch: 'master'
fastdds-branch: '2.10.x'

nightly-nosec-mac-ci:
uses: ./.github/workflows/reusable-mac-ci.yml
with:
label: 'nightly-nosec-mac-ci'
cmake-args: "-DSECURITY=OFF"
ctest-args: "-LE xfail"
fastdds-branch: 'master'
fastdds-branch: '2.10.x'

0 comments on commit 0cbde59

Please sign in to comment.