diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 09bb22f48..3c86358d7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -118,7 +118,16 @@ jobs: ITK: "OFF" - os: macOS-latest compiler: clang - compiler_version: 16 + compiler_version: 18 + cuda_version: "0" + BUILD_FLAGS: "-DSTIR_OPENMP=OFF" + parallelproj: "OFF" + BUILD_TYPE: "Release" + ROOT: "OFF" + ITK: "OFF" + - os: macOS-latest + compiler: clang + compiler_version: 21 cuda_version: "0" BUILD_FLAGS: "-DSTIR_OPENMP=OFF" parallelproj: "OFF" @@ -191,7 +200,8 @@ jobs: HOMEBREW_PREFIX=/usr/local fi LLVMDIR=$HOMEBREW_PREFIX/opt/llvm@${{ matrix.compiler_version }} - LDFLAGS="-L${LLVMDIR}/lib/c++ -Wl,-rpath,${LLVMDIR}/lib/c++" + # https://github.com/llvm/llvm-project/issues/94292#issuecomment-2149335628 says to remove this flag + # LDFLAGS="-L${LLVMDIR}/lib/c++ -Wl,-rpath,${LLVMDIR}/lib/c++" export SDKROOT=$(xcrun --show-sdk-path) echo SDKROOT="$SDKROOT" # make available to jobs below diff --git a/external_helpers/fmt b/external_helpers/fmt index e814b5fab..e424e3f2e 160000 --- a/external_helpers/fmt +++ b/external_helpers/fmt @@ -1 +1 @@ -Subproject commit e814b5fabf2cbd61aeca6fdb99e99961f23fcdb7 +Subproject commit e424e3f2e607da02742f73db84873b8084fc714c