Skip to content

Commit a305a53

Browse files
committed
manually fix versions
1 parent c813efe commit a305a53

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
config:
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.org/', cache: 1 }
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 }
3435

3536
steps:
3637

0 commit comments

Comments
 (0)