From 9070370776e63514101c036f0bc8358c2d0e860e Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 23 Oct 2024 17:38:12 +0200 Subject: [PATCH] osx: do not archive CMakeConfigureLog.yaml. --- .github/workflows/osx.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index 74def68ca3..6797770d25 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -58,13 +58,6 @@ jobs: setup_tests_a-framework \ setup_tests_quick_tests ctest --output-on-failure -j2 -VV - - name: upload CMakeConfigureLog - uses: actions/upload-artifact@v4 - if: always() - continue-on-error: true - with: - name: osx-serial-CMakeConfigureLog.yaml - path: CMakeFiles/CMakeConfigureLog.yaml osx-parallel64: # MPI build using apple clang and 64 bit indices @@ -116,11 +109,3 @@ jobs: setup_tests_a-framework \ setup_tests_quick_tests ctest --output-on-failure -j2 -VV - - name: upload CMakeConfigureLog - uses: actions/upload-artifact@v4 - if: always() - continue-on-error: true - with: - name: osx-parallel64-CMakeConfigureLog.yaml - path: CMakeFiles/CMakeConfigureLog.yaml - -- 2.39.5