File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
publish-nuget :
10
10
name : Publish package to NuGet.org
11
11
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
12
- runs-on : ubuntu-22 .04
12
+ runs-on : ubuntu-24 .04
13
13
environment : Release
14
14
steps :
15
15
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 13
13
jobs :
14
14
test-codegen :
15
15
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 21
21
jobs :
22
22
test-dotnet :
23
23
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
24
- runs-on : ubuntu-22 .04
24
+ runs-on : ubuntu-24 .04
25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- uses : actions/setup-dotnet@v4
You can’t perform that action at this time.
0 commit comments