From ba07049f6d2c52cdde44d58a95346c8caa96d697 Mon Sep 17 00:00:00 2001 From: Giovanni Bussi Date: Wed, 16 Oct 2024 12:55:10 +0200 Subject: [PATCH] disabling macos-14 macports test I didn't find any way to fix it. I think it's not crucial, so I remove the test for now --- .github/workflows/macWF.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macWF.yml b/.github/workflows/macWF.yml index 8a006975a4..c6fc3bda30 100644 --- a/.github/workflows/macWF.yml +++ b/.github/workflows/macWF.yml @@ -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: