Skip to content

Commit d255a3d

Browse files
authored
Merge pull request #76 from lf-lang/ubuntu-24.04
Update to ubuntu 24.04
2 parents 36dd4d2 + d009fdd commit d255a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
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)