Skip to content

Commit

Permalink
Merge pull request #1025 from OpenFreeEnergy/remove_macos12
Browse files Browse the repository at this point in the history
Remove macos12 ahead of brownout
  • Loading branch information
atravitz authored Nov 25, 2024
2 parents bfc8df5 + 61654be commit be3433c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- "3.12"
openeye: ["no"]
include:
- os: "macos-12"
- os: "macos-latest"
python-version: "3.12"
pydantic-version: ">1"
- os: "ubuntu-latest"
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/conda_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-latest', 'macos-13']
os: ['ubuntu-latest', 'macos-latest']
python-version:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
exclude:
- os: 'macos-latest'
python-version: '3.9'

steps:
- name: Setup Micromamba
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-14, macos-12, ubuntu-latest]
os: [macos-latest, ubuntu-latest]

steps:
- name: Checkout Code
Expand Down
23 changes: 23 additions & 0 deletions news/no_more_macos12.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* openfe is no longer tested against macos-12. macos support is, for now, limited to osx-arm64 (macos-14+).

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit be3433c

Please sign in to comment.