Upgrade macos-11 tests to macos-12

Github dropped macos-11 on their runners on June 28th.  This causes all our jobs to stall looking for a suitable runner.

PiperOrigin-RevId: 648527302
pull/17301/head
Mike Kruskal 5 months ago committed by Copybara-Service
parent 91dfd8698a
commit dba1aa1c81
  1. 8
      .github/workflows/test_upb.yml

@ -172,13 +172,13 @@ jobs:
# supported Python versions and assume this gives us sufficient test # supported Python versions and assume this gives us sufficient test
# coverage. # coverage.
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' } - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'binary' } - { os: macos-12, python-version: "3.8", architecture: x64, type: 'binary' }
- { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'binary' } - { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'binary' }
- { os: macos-12, python-version: "3.12", architecture: x64, type: 'binary' } - { os: macos-13, python-version: "3.12", architecture: x64, type: 'binary' }
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' } - { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'source' } - { os: macos-12, python-version: "3.8", architecture: x64, type: 'source' }
- { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'source' } - { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'source' }
- { os: macos-12, python-version: "3.12", architecture: x64, type: 'source' } - { os: macos-13, python-version: "3.12", architecture: x64, type: 'source' }
# Windows uses the full API up until Python 3.10. # Windows uses the full API up until Python 3.10.
- { os: windows-2019, python-version: "3.8", architecture: x86, type: 'binary' } - { os: windows-2019, python-version: "3.8", architecture: x86, type: 'binary' }

Loading…
Cancel
Save