Skip to content

Commit aec8a76

Browse files
mkruskal-googlezhangskz
authored andcommitted
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
1 parent 4e3b4f0 commit aec8a76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_upb.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ jobs:
172172
# supported Python versions and assume this gives us sufficient test
173173
# coverage.
174174
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'binary' }
175-
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'binary' }
175+
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'binary' }
176176
- { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'binary' }
177-
- { os: macos-12, python-version: "3.12", architecture: x64, type: 'binary' }
177+
- { os: macos-13, python-version: "3.12", architecture: x64, type: 'binary' }
178178
- { os: ubuntu-latest, python-version: "3.8", architecture: x64, type: 'source' }
179-
- { os: macos-11, python-version: "3.8", architecture: x64, type: 'source' }
179+
- { os: macos-12, python-version: "3.8", architecture: x64, type: 'source' }
180180
- { os: ubuntu-latest, python-version: "3.12", architecture: x64, type: 'source' }
181-
- { os: macos-12, python-version: "3.12", architecture: x64, type: 'source' }
181+
- { os: macos-13, python-version: "3.12", architecture: x64, type: 'source' }
182182

183183
# Windows uses the full API up until Python 3.10.
184184
- { os: windows-2019, python-version: "3.8", architecture: x86, type: 'binary' }

0 commit comments

Comments
 (0)