Skip to content

Commit

Permalink
Update actions workflow to newer runners
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Jun 24, 2024
1 parent 011e9e2 commit cad6a3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
matrix:
config:
- { os: windows-2022, bioc-version: 'devel'}
- { os: macOS-11, bioc-version: 'devel'}
- { os: ubuntu-20.04, bioc-version: 'devel'}
- { os: macOS-latest, bioc-version: 'devel'}
- { os: ubuntu-22.04, bioc-version: 'devel'}

env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand All @@ -31,7 +31,7 @@ jobs:
sudo apt-get update && sudo apt-get install libcurl4-openssl-dev
- name: Install Mac system libraries
if: ${{ matrix.config.os == 'macOS-11' }}
if: ${{ matrix.config.os == 'macOS-latest' }}
run: |
brew install openssl
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
arguments: '--no-check-bioc-help'

- name: Test coverage
if: ${{ matrix.config.os == 'ubuntu-20.04' }}
if: ${{ matrix.config.os == 'ubuntu-22.04' }}
run: |
install.packages('covr')
covr::codecov()
Expand Down

0 comments on commit cad6a3e

Please sign in to comment.