build(ci): change from macos-latest to macos-13 (#3729)

This commit is contained in:
adeshpande 2024-04-26 18:57:17 -04:00 committed by GitHub
commit a3d584b7f4
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-22.04, macos-latest, windows-latest]
os: [ubuntu-22.04, macos-13, windows-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
steps: