Skip to content

Commit 9924c75

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 15bb4c4 commit 9924c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-nuget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish-nuget:
1010
name: Publish package to NuGet.org
1111
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
12-
runs-on: ubuntu-22.04
12+
runs-on: ubuntu-24.04
1313
environment: Release
1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/test-dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
test-dotnet:
2323
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
24-
runs-on: ubuntu-22.04
24+
runs-on: ubuntu-24.04
2525
steps:
2626
- uses: actions/checkout@v4
2727
- uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)