@@ -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