File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 88jobs :
99 publish-nuget :
1010 name : Publish package to NuGet.org
11- runs-on : ubuntu-latest
11+ # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
12+ runs-on : ubuntu-22.04
1213 environment : Release
1314 steps :
1415 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 test-codegen :
15- runs-on : ubuntu-latest
15+ # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
16+ runs-on : ubuntu-22.04
1617
1718 steps :
1819 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 2020
2121jobs :
2222 test-dotnet :
23- runs-on : ubuntu-latest
23+ # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
24+ runs-on : ubuntu-22.04
2425 steps :
2526 - uses : actions/checkout@v4
2627 - uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments