File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -114,14 +114,14 @@ jobs:
114114 path : check
115115
116116 - name : pkgdown dependencies
117- if : github.event_name == 'push' && matrix.config.os == 'macOS -latest'
117+ if : github.event_name == 'push' && matrix.config.os == 'ubuntu -latest'
118118 uses : r-lib/actions/setup-r-dependencies@v2
119119 with :
120120 extra-packages : any::pkgdown, local::., any::covr, any::xml2
121121 needs : website, coverage
122122
123123 - name : Test coverage
124- if : github.event_name == 'push' && matrix.config.os == 'macOS -latest'
124+ if : github.event_name == 'push' && matrix.config.os == 'ubuntu -latest'
125125 run : |
126126 cov <- covr::package_coverage(
127127 quiet = FALSE,
@@ -133,7 +133,7 @@ jobs:
133133 shell : Rscript {0}
134134
135135 - uses : codecov/codecov-action@v5
136- if : github.event_name == 'push' && matrix.config.os == 'macOS -latest'
136+ if : github.event_name == 'push' && matrix.config.os == 'ubuntu -latest'
137137 with :
138138 # Fail if error if not on PR, or if on PR and token is given
139139 fail_ci_if_error : ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments