Skip to content

Commit

Permalink
re-enable OSX clang job
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisThielemans committed Aug 25, 2024
1 parent e03fbd0 commit fea050b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ jobs:
BUILD_TYPE: "Debug"
ROOT: "OFF"
ITK: "OFF"
# Currently disabled due to problems with listmode recon, see https://github.com/UCL/STIR/issues/1200
#- os: macOS-latest
# compiler: clang
# compiler_version: 16
# BUILD_FLAGS: "-DSTIR_OPENMP=OFF"
# parallelproj: "OFF"
# BUILD_TYPE: "Release"
# ROOT: "OFF"
# ITK: "OFF"
- os: macOS-latest
compiler: clang
compiler_version: 18
cuda_version: "0"
BUILD_FLAGS: "-DSTIR_OPENMP=OFF"
parallelproj: "OFF"
BUILD_TYPE: "Release"
ROOT: "OFF"
ITK: "OFF"

# let's run all of them, as opposed to aborting when one fails
fail-fast: false
Expand Down

0 comments on commit fea050b

Please sign in to comment.