Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ workflows:
- r-build:
matrix:
parameters:
r-version: ['4.4.3', '4.5.3', '4.6.0']
# Build against oldest patch versions x.y.0 as R is forward
# compatible.
r-version: ['4.4.0', '4.5.0', '4.6.0']
os: ["macos-arm"]
filters:
branches:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
strategy:
fail-fast: false
matrix:
R: [ '4.4.3', '4.5.3', '4.6.0' ]
# Build against oldest patch versions x.y.0 as R is forward
# compatible.
R: [ '4.4.0', '4.5.0', '4.6.0' ]
os: [ 'macos-15-intel', 'ubuntu-24.04', 'windows-latest']
runs-on: ${{ matrix.os }}
name: ${{ matrix.R }} ${{ matrix.os }} build
Expand Down Expand Up @@ -183,7 +185,7 @@ jobs:
draft: true
name: SimpleITK ${{ github.ref_name }} R Package Release
body: |
**Please review and test the packages before publishing this release. Then remove this line and make it public.**
**Please manually upload the artifacts from CircleCI, review and test the packages before publishing this release. Then remove this line and make it public.**

Detailed release notes are available on the [main SimpleITK repository](https://github.com/SimpleITK/SimpleITK/releases/${{ github.ref_name }}).

Expand Down