Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lf-lang/reactor-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e0df4349bb5726e659d5c6589fa948a18991e2b8
Choose a base ref
...
head repository: lf-lang/reactor-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d009fdd85bf15beb992a3102a99ed91497f8a6fd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 20, 2025

  1. Update to ubuntu 24.04

    erlingrj committed Jan 20, 2025
    Copy the full SHA
    d009fdd View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/main.yaml
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-24.04, windows-latest, macos-latest]

steps:
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
cmake -DREACTOR_CPP_TRACE=ON ..
cd ..
cmake --build build --target examples
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-24.04'

lf-tests-pull-request:
uses: lf-lang/lingua-franca/.github/workflows/cpp-tests.yml@master