@@ -162,13 +162,13 @@ jobs:
162162 # supported Python versions and assume this gives us sufficient test
163163 # coverage.
164164 - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'binary' }
165- - { os: macos-13 , python-version: "3.9", architecture: x64 , type: 'binary' }
165+ - { os: macos-14 , python-version: "3.9", architecture: arm64 , type: 'binary' }
166166 - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'binary' }
167- - { os: macos-13 , python-version: "3.13", architecture: x64 , type: 'binary' }
167+ - { os: macos-14 , python-version: "3.13", architecture: arm64 , type: 'binary' }
168168 - { os: ubuntu-latest, python-version: "3.9", architecture: x64, type: 'source'}
169- - { os: macos-13 , python-version: "3.9", architecture: x64 , type: 'source', continuous-only: true }
169+ - { os: macos-14 , python-version: "3.9", architecture: arm64 , type: 'source', continuous-only: true }
170170 - { os: ubuntu-latest, python-version: "3.13", architecture: x64, type: 'source'}
171- - { os: macos-13 , python-version: "3.13", architecture: x64 , type: 'source', continuous-only: true }
171+ - { os: macos-14 , python-version: "3.13", architecture: arm64 , type: 'source', continuous-only: true }
172172
173173 # Windows uses the full API up until Python 3.10.
174174 - { os: windows-2022, python-version: "3.9", architecture: x86, type: 'binary', continuous-only: true }
0 commit comments