Skip to content

Commit

Permalink
Bring default fastdds and fastcdr versions back to master (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
  • Loading branch information
rsanchez15 authored Dec 19, 2023
1 parent 4e08d52 commit a2418d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_fastdds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ env:
default_artifact_postfix: _nightly
artifact_prefix: built_fastdds
default_foonathan_memory_vendor_branch: master
default_fastcdr_branch: 1.1.x
default_fastdds_branch: 2.11.x
default_fastcdr_branch: master
default_fastdds_branch: master


jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/configurations/fastdds/dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ repositories:
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: 1.1.x
version: master

fastdds:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: 2.11.x
version: master

0 comments on commit a2418d2

Please sign in to comment.