Skip to content

Commit

Permalink
Revert "Matrix mac python3.8"
Browse files Browse the repository at this point in the history
This reverts commit e403211.
  • Loading branch information
Raalsky committed Aug 7, 2024
1 parent e403211 commit 7881182
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unit-in-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, windows]
os: [ubuntu, windows, macos]
python-version: ["3.7"]
include:
- os: macos
python-version: "3.8"
name: 'test (${{ matrix.os }} - py${{ matrix.python-version }})'
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu, windows]
include:
- python-version: "3.7.16"
os: macos
- python-version: "3.8"
os: macos
- python-version: "3.9"
Expand Down

0 comments on commit 7881182

Please sign in to comment.