Skip to content

Commit

Permalink
CI for CMake: twiddle with timeouts/filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Oct 27, 2023
1 parent a9d464d commit 73fe314
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
linux-valgrind:
runs-on: ubuntu-22.04
name: CMake with Valgrind
timeout-minutes: 15
timeout-minutes: 20

strategy:
matrix:
Expand Down Expand Up @@ -127,15 +127,15 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: valgrind_log
name: linux_cmake_valgrind_log
path: |
./build/CMakeFiles/CMakeConfigureLog.yaml
./build/Testing/Temporary/LastTest.log
mac:
runs-on: macos-latest
name: CMake build on MacOS
timeout-minutes: 20
timeout-minutes: 15

strategy:
matrix:
Expand Down

0 comments on commit 73fe314

Please sign in to comment.