diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 825c6ef..ac20f0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: R: [ '4.3.1' ] - os: [ 'macos-latest' ] + os: [ 'macos-13' ] runs-on: ${{ matrix.os }} name: ${{ matrix.R }} ${{ matrix.os }} build env: diff --git a/configure b/configure index b04d102..1f39714 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ # Requires git and cmake # export SimpleITKGit=https://github.com/SimpleITK/SimpleITK -export SITKTAG=v2.3.0 +export SITKTAG=v2.4.0 export PKGBASED=$(pwd) echo ${PKGBASED} @@ -50,6 +50,7 @@ mkdir -p SITK cmake \ -DWRAP_DEFAULT=OFF\ -DWRAP_R=ON \ + -DSimpleITK_BUILD_DISTRIBUTE=ON \ -DBUILD_EXAMPLES=OFF \ -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE=MinSizeRel \