Skip to content

Commit

Permalink
Remove defunct macos-12 from CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Dec 10, 2024
1 parent ea34e36 commit cb77735
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
# - ubuntu-20.04
# - ubuntu-22.04
# - ubuntu-24.04
# - macos-12
# - macos-13
# - macos-14

Expand Down Expand Up @@ -115,12 +114,10 @@ jobs:
case: base
- os: ubuntu-24.04
case: base
- os: macos-12
case: base
- os: macos-13
case: base
# - os: macos-14
# case: base
- os: macos-14
case: base

# -------------------------------------------------------
# Steps
Expand Down Expand Up @@ -237,9 +234,8 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
# - macos-14
- macos-14

# -------------------------------------------------------
# Steps
Expand Down Expand Up @@ -309,9 +305,8 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
# - macos-14
- macos-14

installer:
# Conda is just waaaay to slow... some runs even exceed the GitHub Actions
Expand Down

0 comments on commit cb77735

Please sign in to comment.