Skip to content

Commit

Permalink
Merge pull request #15 from ethanwhite/fix-macos-tests
Browse files Browse the repository at this point in the history
Run macos tests on non-M1 runners
  • Loading branch information
ethanwhite authored Jul 13, 2024
2 parents 331c6e3 + 1815276 commit a421062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
R-CMD-check:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CRAN_REPO: https://packagemanager.rstudio.com/all/__linux__/focal/latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup R (Ubuntu)
if: matrix.os == 'ubuntu-latest'
uses: eddelbuettel/github-actions/r2u-setup@master
Expand Down

0 comments on commit a421062

Please sign in to comment.