diff --git a/.github/workflows/address_sanitizer.yml b/.github/workflows/address_sanitizer.yml index bed81d9..0c37536 100644 --- a/.github/workflows/address_sanitizer.yml +++ b/.github/workflows/address_sanitizer.yml @@ -116,5 +116,5 @@ jobs: env: STRICTNESS_LEVEL: 10 TIMEOUT_MS: 1440000 - REPEAT: 1 + REPEAT: 2 RANDOM_SEED: "${{ steps.current-time.outputs.formattedTime }}" \ No newline at end of file diff --git a/.github/workflows/cmake_full_test.yml b/.github/workflows/cmake_full_test.yml index 098bc86..7461467 100644 --- a/.github/workflows/cmake_full_test.yml +++ b/.github/workflows/cmake_full_test.yml @@ -57,7 +57,7 @@ jobs: sudo ./llvm.sh 17 # This also starts up our "fake" display Xvfb, needed for pluginval - - name: Install JUCE's Linux Deps (Linux) + - name: Install Linux Deps (Linux) if: runner.os == 'Linux' # Thanks to McMartin & co https://forum.juce.com/t/list-of-juce-dependencies-under-linux/15121/44 run: | @@ -84,7 +84,7 @@ jobs: ./oneapi.exe -s -x -f oneapi ./oneapi/bootstrapper.exe -s -c --action install --components=intel.oneapi.win.ipp.devel --eula=accept -p=NEED_VS2022_INTEGRATION=1 --log-dir=. - - name: Save IPP cache (even on CI fail) + - name: Save IPP cache (Windows) if: runner.os == 'Windows' && (steps.cache-ipp.outputs.cache-hit != 'true') uses: actions/cache/save@v4 with: @@ -96,7 +96,7 @@ jobs: shell: bash run: choco install ninja - - name: Install macOS Deps + - name: Install macOS Deps (macOS) if: ${{ runner.os == 'macOS' }} run: brew install ninja osxutils diff --git a/.github/workflows/thread_sanitizer.yml b/.github/workflows/thread_sanitizer.yml index bb5e007..2f61823 100644 --- a/.github/workflows/thread_sanitizer.yml +++ b/.github/workflows/thread_sanitizer.yml @@ -115,5 +115,5 @@ jobs: env: STRICTNESS_LEVEL: 10 TIMEOUT_MS: 1440000 - REPEAT: 1 + REPEAT: 2 RANDOM_SEED: "${{ steps.current-time.outputs.formattedTime }}" \ No newline at end of file