Skip to content

Commit

Permalink
Merge pull request #57 from OpenFreeEnergy/move_to_macos_latest
Browse files Browse the repository at this point in the history
switch from macos-12 pin to macos-latest
  • Loading branch information
IAlibay authored Nov 25, 2024
2 parents 5bb76a2 + 5d9e3db commit f081ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.9", "3.10", "3.11", "3.12"]
rdkit-version: ["latest", ]
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-latest]
include:
- rdkit-version: "2021"
python-version: "3.9"
Expand Down

0 comments on commit f081ee5

Please sign in to comment.