Skip to content

Commit

Permalink
Update GitHub Actions for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Nov 29, 2023
1 parent 728192c commit 077744b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
374
375

0 comments on commit 077744b

Please sign in to comment.