From c09e8e429872c3418604c8c8ecf743552b405223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 01:20:31 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/release-nuget.yaml | 2 +- .github/workflows/test-codegen.yml | 2 +- .github/workflows/test-dotnet.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-nuget.yaml b/.github/workflows/release-nuget.yaml index 8119bf45c..6678ce1af 100644 --- a/.github/workflows/release-nuget.yaml +++ b/.github/workflows/release-nuget.yaml @@ -9,7 +9,7 @@ jobs: publish-nuget: name: Publish package to NuGet.org # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 environment: Release steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-codegen.yml b/.github/workflows/test-codegen.yml index c5e1098be..83557b734 100644 --- a/.github/workflows/test-codegen.yml +++ b/.github/workflows/test-codegen.yml @@ -13,7 +13,7 @@ on: jobs: test-codegen: # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test-dotnet.yml b/.github/workflows/test-dotnet.yml index 2b3aa7188..9802e793b 100644 --- a/.github/workflows/test-dotnet.yml +++ b/.github/workflows/test-dotnet.yml @@ -21,7 +21,7 @@ on: jobs: test-dotnet: # Failing on `ubuntu-24.04` (https://github.com/cucumber/gherkin/issues/349) - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-dotnet@v4