Skip to content

Commit

Permalink
Merge pull request #64 from sonndinh/reenable-latest-release
Browse files Browse the repository at this point in the history
Re-enable builds with latest OpenDDS release
  • Loading branch information
jrw972 authored Apr 18, 2024
2 parents 15ed673 + d6f080a commit ed0312b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

# The jobs with latest-release configuration are disabled until OpenDDS 3.28
# which will have the updated ValueReader and ValueWriter interfaces.

jobs:
build:
strategy:
Expand All @@ -27,7 +24,7 @@ jobs:
- 20
opendds_branch:
- master
#- latest-release
- latest-release
m:
- {os: ubuntu-22.04, dds_security: 1}
- {os: ubuntu-22.04, dds_security: 0}
Expand Down

0 comments on commit ed0312b

Please sign in to comment.