Skip to content

Commit

Permalink
include macos-latest
Browse files Browse the repository at this point in the history
ref #330
  • Loading branch information
wibeasley committed Nov 4, 2021
1 parent fc6bd36 commit d4cd363
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
- os: macos-latest
ONLY_READ_TESTS: true
# os: [ubuntu-latest]
# include:
# - os: ubuntu-latest
# - os: macos-latest
# ONLY_READ_TESTS: true

steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +40,6 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v1
# - uses: r-lib/actions/setup-r-dependencies@pak1
with:
extra-packages: rcmdcheck

Expand Down

0 comments on commit d4cd363

Please sign in to comment.