Skip to content

Commit

Permalink
disabling macos-14 macports test
Browse files Browse the repository at this point in the history
I didn't find any way to fix it. I think it's not crucial, so I
remove the test for now
  • Loading branch information
GiovanniBussi committed Oct 16, 2024
1 parent d6f6541 commit ba07049
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/macWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:
matrix:
variant: [ "" , "+allmodules" ]
# this is to test both intel and arm64 macs
os: [ macos-13 , macos-14 ]
# note: macos-14 has a problem in fetching the git repository of plumed, namely a
# "fatal: detected dubious ownership in repository" error
# I didn't find any solution, so for the moment I keep macos-14 off
os: [ macos-13 ]
exclude:
# many tests on contributed modules are still failing for numerical reasons on arm64, see https://github.com/plumed/plumed2/pull/950
# once fixed we could introduce this back:
Expand Down

0 comments on commit ba07049

Please sign in to comment.