Skip to content

Commit

Permalink
Merge pull request #1349 from NicolasT/macos-15
Browse files Browse the repository at this point in the history
ci: update MacOS worker on GitHub Actions to `macos-15`
  • Loading branch information
NicolasT authored Dec 7, 2024
2 parents 8fc6412 + b464917 commit 2f610d1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@ jobs:
matrix:
include:
- { python-version: "3.13", session: "flake8" }
- { python-version: "3.13", session: "flake8", runs-on: "macos-12" }
- { python-version: "3.13", session: "flake8", runs-on: "macos-15" }
- { python-version: "3.13", session: "flake8", runs-on: "windows-2022" }
- { python-version: "3.13", session: "safety" }
- { python-version: "3.13", session: "pylint" }
- { python-version: "3.13", session: "pylint", runs-on: "macos-12" }
- { python-version: "3.13", session: "pylint", runs-on: "macos-15" }
- { python-version: "3.13", session: "pylint", runs-on: "windows-2022" }
- { python-version: "3.12", session: "pylint" }
- { python-version: "3.11", session: "pylint" }
- { python-version: "3.10", session: "pylint" }
- { python-version: "3.9", session: "pylint" }
- { python-version: "3.8", session: "pylint" }
- { python-version: "3.13", session: "mypy" }
- { python-version: "3.13", session: "mypy", runs-on: "macos-12" }
- { python-version: "3.13", session: "mypy", runs-on: "macos-15" }
- { python-version: "3.13", session: "mypy", runs-on: "windows-2022" }
- { python-version: "3.12", session: "mypy" }
- { python-version: "3.11", session: "mypy" }
- { python-version: "3.10", session: "mypy" }
- { python-version: "3.9", session: "mypy" }
- { python-version: "3.8", session: "mypy" }
- { python-version: "3.13", session: "tests" }
- { python-version: "3.13", session: "tests", runs-on: "macos-12" }
- { python-version: "3.13", session: "tests", runs-on: "macos-15" }
- { python-version: "3.13", session: "tests", runs-on: "windows-2022" }
- { python-version: "3.12", session: "tests" }
- { python-version: "3.11", session: "tests" }
- { python-version: "3.10", session: "tests" }
- { python-version: "3.9", session: "tests" }
- { python-version: "3.8", session: "tests" }
- { python-version: "3.13", session: "typeguard" }
- { python-version: "3.13", session: "typeguard", runs-on: "macos-12" }
- { python-version: "3.13", session: "typeguard", runs-on: "macos-15" }
- { python-version: "3.13", session: "typeguard", runs-on: "windows-2022" }
- { python-version: "3.13", session: "xdoctest" }
- { python-version: "3.13", session: "xdoctest", runs-on: "macos-12" }
- { python-version: "3.13", session: "xdoctest", runs-on: "macos-15" }
- { python-version: "3.13", session: "xdoctest", runs-on: "windows-2022" }
- { python-version: "3.13", session: "docs" }

Expand Down

0 comments on commit 2f610d1

Please sign in to comment.