Skip to content

Commit

Permalink
bump to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
atravitz committed Nov 22, 2024
1 parent 6a9739b commit 73748ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
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

0 comments on commit 73748ec

Please sign in to comment.