Skip to content

Commit

Permalink
Run macOS tests on 13 not latest/14
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 23, 2024
1 parent be82a98 commit 14f5667
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/ci_cd.py
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def get_mypy_requirements(self, platform: str) -> List[str]:

platform_ci_names = {
"Windows": "windows-2019",
"macOS": "macos-latest",
"macOS": "macos-13",
"Linux": "ubuntu-20.04",
}
"""
Expand Down
4 changes: 2 additions & 2 deletions tests/test_files/test_ci_cd_/test_github_ci_case_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ permissions:

jobs:
tests:
name: "macos-latest / Python ${{ matrix.config.python-version }}"
runs-on: "macos-latest"
name: "macos-13 / Python ${{ matrix.config.python-version }}"
runs-on: "macos-13"
continue-on-error: ${{ matrix.config.experimental }}
env:
USING_COVERAGE: '3.6,3.7'
Expand Down
4 changes: 2 additions & 2 deletions tests/test_files/test_ci_cd_/test_github_ci_windows_38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ permissions:

jobs:
tests:
name: "macos-latest / Python ${{ matrix.config.python-version }}"
runs-on: "macos-latest"
name: "macos-13 / Python ${{ matrix.config.python-version }}"
runs-on: "macos-13"
continue-on-error: ${{ matrix.config.experimental }}
env:
USING_COVERAGE: '3.6,3.7'
Expand Down

0 comments on commit 14f5667

Please sign in to comment.