Test for macOS 13 (no M1 processor)

This commit is contained in:
David PAGNON 2024-11-15 13:19:27 +01:00 committed by GitHub
parent 4f18dd770d
commit 38246aaac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
python-version: [3.9, "3.10", "3.11"]
steps: