From 0c061bad1d0ed64e5c662542b961fea3d5901008 Mon Sep 17 00:00:00 2001 From: Hana Joo Date: Tue, 22 Apr 2025 08:09:05 -0700 Subject: [PATCH] Bump CI's Ubuntu version to 22.04, see https://github.com/actions/runner-images/issues/11101 for the reason. PiperOrigin-RevId: 750196152 --- .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 2354d3b13..35f387134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-latest, windows-latest] + os: [ubuntu-22.04, macos-latest, windows-latest] python-version: ['3.10', '3.11', '3.12'] shard: [shard_1, shard_2, shard_3] # Keep this synced with ALL_TESTS_SHARD_COUNT exclude: @@ -58,7 +58,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04] + os: [ubuntu-22.04] python-version: ['3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v4