diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f90f1da2..46c18082 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -2,7 +2,7 @@ name: Coverage on: [push, pull_request] jobs: Coverage: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - name: Clone NiftyReg uses: actions/checkout@v3 @@ -27,7 +27,7 @@ jobs: -DBUILD_ALL_DEP=ON \ -DUSE_CUDA=OFF \ -DUSE_OPENCL=OFF \ - -DUSE_SSE=ON \ + -DUSE_SSE=OFF \ -DUSE_OPENMP=OFF \ -DBUILD_TESTING=ON \ -DWITH_COVERAGE=ON \ diff --git a/niftyreg_build_version.txt b/niftyreg_build_version.txt index 38a45c3e..d9061d95 100644 --- a/niftyreg_build_version.txt +++ b/niftyreg_build_version.txt @@ -1 +1 @@ -374 +375