Skip to content

Commit 91d01b9

Browse files
committed
try without version map
1 parent a305a53 commit 91d01b9

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/R-CMD-check-bioc.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
config:
29-
# revert '3.23' and '3.24' to 'release' and 'devel' at one point
30-
- { os: windows-latest, bioc-version: '3.24', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
31-
- { os: macOS-latest, bioc-version: '3.24', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
32-
- { os: macOS-15-intel, bioc-version: '3.24', bioc-mirror: 'https://bioconductor.posit.co/', cache: 2 }
33-
- { os: ubuntu-latest, bioc-version: '3.24', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
34-
- { os: ubuntu-latest, bioc-version: '3.23', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
29+
- { os: windows-latest, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
30+
- { os: macOS-latest, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
31+
- { os: macOS-15-intel, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', cache: 2 }
32+
- { os: ubuntu-latest, bioc-version: 'devel', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
33+
- { os: ubuntu-latest, bioc-version: 'release', bioc-mirror: 'https://bioconductor.posit.co/', cache: 1 }
3534

3635
steps:
3736

@@ -63,7 +62,8 @@ jobs:
6362
- name: Setup R and Bioconductor
6463
# todo: remove this workaround line once it is working for windows and/or mac os x
6564
if: matrix.config.os != 'windows-latest' && matrix.config.os != 'macOS-latest'
66-
uses: grimbough/bioc-actions/setup-bioc@v1
65+
# uses: grimbough/bioc-actions/setup-bioc@v1
66+
uses: rcannood/bioc-actions/setup-bioc@remove-version-map
6767
with:
6868
bioc-version: ${{ matrix.config.bioc-version }}
6969
bioc-mirror: ${{ matrix.config.bioc-mirror }}

0 commit comments

Comments
 (0)