Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d009fdd

Browse files
committedJan 20, 2025·
Update to ubuntu 24.04
1 parent e0df434 commit d009fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: [ubuntu-24.04, windows-latest, macos-latest]
1818

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.