|
89 | 89 | - { name: "macOS", bazel-command: "test" } |
90 | 90 | - { name: "macOS ARM (build only)", bazel-command: "build", flags: "--cpu=darwin_arm64" } |
91 | 91 | name: ${{ matrix.config.name }} |
92 | | - runs-on: macos-12 |
| 92 | + runs-on: macos-13 |
93 | 93 | steps: |
94 | 94 | - name: Checkout pending changes |
95 | 95 | uses: protocolbuffers/protobuf-ci/checkout@v2 |
@@ -169,13 +169,13 @@ jobs: |
169 | 169 | # supported Python versions and assume this gives us sufficient test |
170 | 170 | # coverage. |
171 | 171 | - { 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' } |
173 | 173 | - { 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' } |
175 | 175 | - { 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' } |
177 | 177 | - { 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' } |
179 | 179 |
|
180 | 180 | # Windows uses the full API up until Python 3.10, so each of these |
181 | 181 | # jobs tests a distinct binary wheel. |
|
0 commit comments