diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abac1004638..170bd6d8b60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, macos-12, macos-latest] + os: [ubuntu-latest, macos-13, macos-latest] python: - "3.8" - "3.9"