Skip to content

Commit

Permalink
Update remaining Python 3.8 upb macos tests to macos-13
Browse files Browse the repository at this point in the history
macos-12 runner image is deprecated and is EOL 12/3/24 per actions/runner-images#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
  • Loading branch information
zhangskz authored and honglooker committed Jan 9, 2025
1 parent d608cb0 commit 672b1a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_upb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 672b1a5

Please sign in to comment.