diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 491882f..e7fe9f3 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: python-version: [ 3.9, '3.10', '3.11', '3.12', '3.13' ] - os: [ macOS-13 ] + os: [ macOS-15-intel ] steps: - name: Checkout repository diff --git a/requirements.txt b/requirements.txt index a5cadb9..cc62313 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pytest-cov==7.0.0 +pytest-cov==7.1.0 pytest-order==1.3.0