Skip to content

Commit

Permalink
Add macos-14 entry to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Feb 3, 2024
1 parent c3f8099 commit 144b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
os: [macOS-latest, ubuntu-latest, windows-latest, macos-14]
python-version: ${{ fromJSON(needs.environment-config.outputs.python-matrix) }}
mdanalysis-version: ["latest", "develop"]

Expand Down

0 comments on commit 144b014

Please sign in to comment.