From c77b7dcb23d2d2d07a01de71397af39d8bf0bc46 Mon Sep 17 00:00:00 2001 From: Jesse Rosalia Date: Mon, 15 Jun 2026 14:15:24 -0700 Subject: [PATCH] Upgrade CI runner from ubuntu-22.04 to ubuntu-24.04 Follows the same upgrade done in sdk-codegen (stripe/sdk-codegen#3716, DEVSDK-2337). The stale comment about python 3.7 requiring ubuntu-22.04 is removed; 3.7 is no longer in the test matrix. Co-Authored-By: Claude Sonnet 4.6 Committed-By-Agent: claude --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2d78f82c..30e06bc18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,10 +73,7 @@ jobs: path: dist/ test: - # Specific ubuntu version to support python 3.7 testing - # see https://github.com/actions/setup-python/issues/544#issuecomment-1332535877 for list of supported versions - # move to ubuntu-latest when we drop 3.7 - runs-on: ubuntu-22.04 + runs-on: "ubuntu-24.04" permissions: contents: read strategy: