diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32f83f75..febc8130 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: - name: Add wget run: apt-get update && apt-get install -y wget - name: Get cmake - uses: jwlawson/actions-setup-cmake@v1.12 + uses: jwlawson/actions-setup-cmake@v1.13 - name: Configure run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON - name: Build @@ -101,7 +101,7 @@ jobs: - name: Add deps run: apt-get update && apt-get install make - name: Get CMake - uses: jwlawson/actions-setup-cmake@v1.12 + uses: jwlawson/actions-setup-cmake@v1.13 - name: Configure run: cmake -S . -B build -DCLI11_BOOST=ON - name: Build