Skip to content

Commit

Permalink
correct ubuntu version spec
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaynes authored Feb 2, 2024
1 parent af9387a commit 62d085a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
brew install --cask libreoffice
- name: install libreoffice for ubuntu
if: matrix.config.os == 'ubuntu-20.04'
if: matrix.config.os == 'ubuntu-latest'
run: |
sudo apt install libreoffice
Expand Down

0 comments on commit 62d085a

Please sign in to comment.