diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index 46acca95c7a..d7abe9bb569 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -30,7 +30,7 @@ jobs: import-name: "torchmetrics" testing-matrix: | { - "os": ["ubuntu-22.04", "macos-12", "windows-2022"], + "os": ["ubuntu-22.04", "macos-13", "windows-2022"], "python-version": ["3.8", "3.11"] } diff --git a/.github/workflows/ci-integrate.yml b/.github/workflows/ci-integrate.yml index ca50ea9a2c4..f904e0a84b8 100644 --- a/.github/workflows/ci-integrate.yml +++ b/.github/workflows/ci-integrate.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-22.04", "macOS-12", "windows-2022"] + os: ["ubuntu-22.04", "macOS-13", "windows-2022"] python-version: ["3.8", "3.10"] requires: ["oldest", "latest"] exclude: