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 8
8
jobs :
9
9
publish-nuget :
10
10
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
12
13
environment : Release
13
14
steps :
14
15
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
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
16
17
17
18
steps :
18
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 20
20
21
21
jobs :
22
22
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
24
25
steps :
25
26
- uses : actions/checkout@v4
26
27
- uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments