Skip to content

Commit

Permalink
ci: bump deprecated mac 12 to 13 (#2820)
Browse files Browse the repository at this point in the history
(cherry picked from commit fc6b235)
  • Loading branch information
Borda committed Nov 7, 2024
1 parent fe1f92e commit 486608d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 486608d

Please sign in to comment.