|
54 | 54 | fail-fast: false |
55 | 55 | matrix: |
56 | 56 | config: |
57 | | - - { os: ubuntu-latest, r: '4.4.2', bioc: '3.21', cont: "bioconductor/bioconductor_docker:RELEASE_3_21", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
58 | | - - { os: macOS-latest, r: '4.4.2', bioc: '3.21'} |
| 57 | + - { os: ubuntu-latest, r: '4.4.2', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
| 58 | + - { os: macOS-latest, r: '4.4.2', bioc: '3.20'} |
59 | 59 | ##- { os: windows-latest, r: '4.3', bioc: '3.18'} |
60 | 60 | ## Check https://github.com/r-lib/actions/tree/master/examples |
61 | 61 | ## for examples using the http-user-agent |
@@ -107,16 +107,16 @@ jobs: |
107 | 107 | uses: actions/cache@v3 |
108 | 108 | with: |
109 | 109 | path: ${{ env.R_LIBS_USER }} |
110 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.3-${{ hashFiles('.github/depends.Rds') }} |
111 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.3- |
| 110 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.4.2-${{ hashFiles('.github/depends.Rds') }} |
| 111 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE-r-4.4.2- |
112 | 112 |
|
113 | 113 | - name: Cache R packages on Linux |
114 | 114 | if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' " |
115 | 115 | uses: actions/cache@v3 |
116 | 116 | with: |
117 | 117 | path: /home/runner/work/_temp/Library |
118 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.3-${{ hashFiles('.github/depends.Rds') }} |
119 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.3- |
| 118 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.4.2-${{ hashFiles('.github/depends.Rds') }} |
| 119 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-devel-r-4.4.2- |
120 | 120 |
|
121 | 121 | - name: Install Linux system dependencies |
122 | 122 | if: runner.os == 'Linux' |
|
0 commit comments