diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 961b956..729a84c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest] + # Note: we temporarily pin to macos-12 to avoid compatibility issues + # between AT22+ and macos-13+ runners + os: [ubuntu-latest, macos-12] python-version: ["3.11",] steps: