Skip to content

Commit

Permalink
Merge branch 'main' into rti-DNET
Browse files Browse the repository at this point in the history
  • Loading branch information
byeonggiljun authored Jan 23, 2025
2 parents df786d3 + df18e02 commit 77ed6d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
native-build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-24.04, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
run: .github/scripts/build-rti.sh -DAUTH=ON

docker-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Check out reactor-c repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-trace-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
run:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-24.04, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
run:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
platform: [ubuntu-24.04, macos-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion lingua-franca-ref.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rti-DNET
rti-DNET

0 comments on commit 77ed6d1

Please sign in to comment.