Skip to content

Commit

Permalink
make workflows use release version of R to avoid temp issues 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bschilder committed Dec 29, 2023
1 parent d89cab9 commit b1586e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- os: ubuntu-latest
r: auto
bioc: release
cont: ghcr.io/bioconductor/bioconductor_docker:latest
cont: ghcr.io/bioconductor/bioconductor_docker:RELEASE_3_18
python-version: 3.11
- os: macOS-latest
r: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rworkflows_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- os: ubuntu-latest
r: auto
bioc: release
cont: ghcr.io/bioconductor/bioconductor_docker:latest
cont: ghcr.io/bioconductor/bioconductor_docker:RELEASE_3_18
rspm: ~
- os: macOS-latest
bioc: release
Expand Down

0 comments on commit b1586e8

Please sign in to comment.