Skip to content

Commit 539c0e7

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 5d1f823 commit 539c0e7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-nuget.yaml

+1-1
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-codegen.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
test-codegen:
1515
# Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349)
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717

1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/test-dotnet.yml

+1-1
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)