Skip to content

Commit

Permalink
ci: fix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
statnmap committed Dec 9, 2023
1 parent 13898b8 commit facbfcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check-centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: R-CMD-check-centos

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
runs-on: ubuntu-latest
container: 'rstudio/r-base:4.3-centos7'

name: r-base:4.3-centos7
Expand All @@ -25,6 +25,7 @@ jobs:
- uses: actions/checkout@v3

# - uses: r-lib/actions/setup-pandoc@v2


- name: Install qpdf
run: sudo yum -y install qpdf
Expand Down

0 comments on commit facbfcc

Please sign in to comment.