Skip to content

Commit

Permalink
Remove macos-11 from CI (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed May 22, 2024
1 parent b9d4934 commit eae46b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@ jobs:
name: "Test macOS"
uses: "./.github/workflows/test-os.yml"
with:
os: '["macos-11", "macos-12", "macos-13", "macos-14"]'
os: '["macos-12", "macos-13", "macos-14"]'
python-version: '["3.10", "3.11", "3.12", "installed"]'
include: >
[
{"os": "macos-11", "python-version": "3.7"},
{"os": "macos-11", "python-version": "3.8"},
{"os": "macos-11", "python-version": "3.9"},
{"os": "macos-12", "python-version": "3.8"},
{"os": "macos-12", "python-version": "3.9"},
{"os": "macos-13", "python-version": "3.8"},
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,6 @@ jobs:
- os: macos-latest
os-label: macOS
python: "installed"
- os: macos-11
os-label: macOS 11
python: "installed"
- os: macos-12
os-label: macOS 12
python: "installed"
Expand Down

0 comments on commit eae46b9

Please sign in to comment.