try macos 13 build since 12 deprecated

This commit is contained in:
Richard Smith 2024-12-09 17:23:25 +00:00 committed by GitHub
parent 94958bbdc2
commit 2c79346ae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ on:
jobs: jobs:
build-mac-intel: build-mac-intel:
runs-on: macos-12 runs-on: macos-13
strategy: strategy:
matrix: matrix:
python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ] python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10' ]