diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 192b9fae3a..76d08ece04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: