We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0df434 commit d009fddCopy full SHA for d009fdd
.github/workflows/main.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-24.04, windows-latest, macos-latest]
18
19
steps:
20
- uses: actions/checkout@v4
@@ -35,7 +35,7 @@ jobs:
35
cmake -DREACTOR_CPP_TRACE=ON ..
36
cd ..
37
cmake --build build --target examples
38
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'ubuntu-24.04'
39
40
lf-tests-pull-request:
41
uses: lf-lang/lingua-franca/.github/workflows/cpp-tests.yml@master
0 commit comments