@@ -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