From e8f9462b8f04388902ecbd82d1084014556dca09 Mon Sep 17 00:00:00 2001 From: Jesse Rosalia Date: Mon, 15 Jun 2026 14:15:25 -0700 Subject: [PATCH] Upgrade CI runners from ubuntu-22.04 to ubuntu-24.04 Follows the same upgrade done in sdk-codegen (stripe/sdk-codegen#3716, DEVSDK-2337). Affects the build and pack jobs. Co-Authored-By: Claude Sonnet 4.6 Committed-By-Agent: claude --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e618ced6ff..cdac47c799 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,7 +191,7 @@ jobs: build: name: Build needs: [test, test-net462, prepare-dotnet-versions] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read steps: @@ -213,7 +213,7 @@ jobs: name: Pack NuGet if: (((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && startsWith(github.ref, 'refs/tags/v')) needs: [build, prepare-dotnet-versions] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read steps: