From f12272912b151e4f3e70ff179bda9c160beea46b Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Thu, 17 Oct 2024 12:19:37 -0700 Subject: [PATCH] Update remaining Python 3.8 upb macos tests to macos-13 macos-12 runner image is deprecated and is EOL 12/3/24 per https://github.com/actions/runner-images/issues/10721 Note that Python 3.8 is EOL and these tests should also be dropped / upgraded in favor of 3.9 soon anyways. PiperOrigin-RevId: 687002433 --- .github/workflows/test_upb.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test_upb.yml b/.github/workflows/test_upb.yml index 3171be1d6a1ad..8fe4fb9c21300 100644 --- a/.github/workflows/test_upb.yml +++ b/.github/workflows/test_upb.yml @@ -169,13 +169,13 @@ jobs: # supported Python versions and assume this gives us sufficient test # coverage. - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' } - - { os: macos-12, python-version: "3.8", architecture: x64, type: 'binary' } + - { os: macos-13, python-version: "3.8", architecture: x64, type: 'binary' } - { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'binary' } - - { os: macos-12, python-version: "3.11", architecture: x64, type: 'binary' } + - { os: macos-13, python-version: "3.11", architecture: x64, type: 'binary' } - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' } - - { os: macos-12, python-version: "3.8", architecture: x64, type: 'source' } + - { os: macos-13, python-version: "3.8", architecture: x64, type: 'source' } - { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'source' } - - { os: macos-12, python-version: "3.11", architecture: x64, type: 'source' } + - { os: macos-13, python-version: "3.11", architecture: x64, type: 'source' } # Windows uses the full API up until Python 3.10, so each of these # jobs tests a distinct binary wheel.