Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch from macos-12 pin to macos-latest #424

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
include:
# Note: pinned to macos-12
# Note: we still need to add support for macos-13
# see https://github.com/OpenFreeEnergy/openfe/issues/842
- os: "macos-12"
- os: "macos-latest"
python-version: "3.11"
pydantic-version: ">1"
- os: "ubuntu-latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'macos-14']
os: ['ubuntu-latest', 'macos-latest']
python-version:
- "3.10"
- "3.11"
Expand Down
Loading