Skip to content

Commit f122729

Browse files
committed
Update remaining Python 3.8 upb macos tests to macos-13
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
1 parent 6fad18c commit f122729

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_upb.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ jobs:
169169
# supported Python versions and assume this gives us sufficient test
170170
# coverage.
171171
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
172-
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'binary' }
172+
- { os: macos-13, python-version: "3.8", architecture: x64, type: 'binary' }
173173
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'binary' }
174-
- { os: macos-12, python-version: "3.11", architecture: x64, type: 'binary' }
174+
- { os: macos-13, python-version: "3.11", architecture: x64, type: 'binary' }
175175
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
176-
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'source' }
176+
- { os: macos-13, python-version: "3.8", architecture: x64, type: 'source' }
177177
- { os: ubuntu-latest, python-version: "3.11", architecture: x64, type: 'source' }
178-
- { os: macos-12, python-version: "3.11", architecture: x64, type: 'source' }
178+
- { os: macos-13, python-version: "3.11", architecture: x64, type: 'source' }
179179

180180
# Windows uses the full API up until Python 3.10, so each of these
181181
# jobs tests a distinct binary wheel.

0 commit comments

Comments
 (0)