Skip to content

Commit

Permalink
downgrade macOS to 2019.5 bioconda
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Nov 8, 2023
1 parent dd8a08b commit 398fabb
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 @@ -53,11 +53,11 @@ jobs:
# explicitly include a few macOS runners
# (conda-forge GROMACS >= 2021 is compiled to use rdtscp CPU instruction but these
# are not available in the macOS GitHub runner so we need to use a different GROMACS
# version. Try 2020.5 from bioconda, which worked previously.
# version. Try 2019.5 from bioconda, which worked previously.
# Locally 2023.1 was successfully tested on Intel macOS 13.5.)
- os: macOS-latest
python-version: "3.11"
gromacs-version: "2020.5"
gromacs-version: "2019.5"


env:
Expand Down

0 comments on commit 398fabb

Please sign in to comment.