diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cbd2cd..d6a19b8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] - os: [ubuntu-22.04, macos-13, windows-latest] + os: [ubuntu-22.04, macos-14, macos-14-intel, windows-latest] include: - ruff-version: ${{ needs.ruff-versions.outputs.latest }}