Skip to content

Commit

Permalink
Merge pull request #76 from lf-lang/ubuntu-24.04
Browse files Browse the repository at this point in the history
Update to ubuntu 24.04
  • Loading branch information
erlingrj authored Jan 23, 2025
2 parents 36dd4d2 + d009fdd commit d255a3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d255a3d

Please sign in to comment.