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 15bb4c4 commit 9924c75Copy full SHA for 9924c75
.github/workflows/release-nuget.yaml
@@ -9,7 +9,7 @@ jobs:
9
publish-nuget:
10
name: Publish package to NuGet.org
11
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
12
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
13
environment: Release
14
steps:
15
- uses: actions/checkout@v4
.github/workflows/test-dotnet.yml
@@ -21,7 +21,7 @@ on:
21
jobs:
22
test-dotnet:
23
24
25
26
27
- uses: actions/setup-dotnet@v4
0 commit comments