Skip to content

Commit

Permalink
- macos-latest has no Python 3.7, but macos-12 does
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 17, 2024
1 parent 0043583 commit 6133e67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- { os: ["windows", "windows-latest"], config: ["3.9", "lint"] }
- { os: ["windows", "windows-latest"], config: ["3.9", "docs"] }
- { os: ["windows", "windows-latest"], config: ["3.9", "coverage"] }
- { os: ["macos", "macos-latest"], config: ["3.7", "py37"] }
- { os: ["macos", "macos-latest"], config: ["3.9", "release-check"] }
- { os: ["macos", "macos-latest"], config: ["3.9", "lint"] }
- { os: ["macos", "macos-latest"], config: ["3.9", "docs"] }
Expand All @@ -45,6 +46,8 @@ jobs:
# which causes build and package selection issues.
- { os: ["macos", "macos-latest"], config: ["3.11", "py311"] }
- { os: ["macos", "macos-latest"], config: ["3.12", "py312"] }
include:
- { os: ["macos", "macos-12"], config: ["3.7", "py37"] }

runs-on: ${{ matrix.os[1] }}
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
Expand Down

0 comments on commit 6133e67

Please sign in to comment.